Skip to content

Commit f8e87e8

Browse files
authored
Merge pull request #28461 from isti115/patch-1
docs: fix parameter name for podman-network-create
2 parents b3151b0 + 5b60355 commit f8e87e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/markdown/podman-network-create.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ podman\-network-create - Create a Podman network
99
## DESCRIPTION
1010
Create a network configuration for use with Podman. By default, Podman creates a bridge connection.
1111
A *Macvlan* connection can be created with the *-d macvlan* option. A parent device for macvlan or
12-
ipvlan can be designated with the *-o parent=`<device>`* or *--network-interface=`<device>`* option.
12+
ipvlan can be designated with the *-o parent=`<device>`* or *--interface-name=`<device>`* option.
1313

1414
If no options are provided, Podman assigns a free subnet and name for the network.
1515

0 commit comments

Comments
 (0)