1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

Fix a few options

Ticket: CM-3529
Reviewed By:
Testing Done: checked man pages
This commit is contained in:
Roopa Prabhu
2014-08-26 14:19:13 -07:00
parent 1d46fe02eb
commit c2e8e93e1d
2 changed files with 12 additions and 5 deletions

View File

@@ -50,8 +50,7 @@ OPTIONS
-v, --verbose verbose
-d, --debug output debug info
-l, --allow CLASS ignore non-"allow-CLASS" interfaces
--allow CLASS ignore non-"allow-CLASS" interfaces
-w, --with-depends run with all dependent interfaces. This option
is redundant when -a is specified. When '-a' is
@@ -66,6 +65,9 @@ OPTIONS
Use interfaces file instead of default
/etc/network/interfaces
-t {native,json}, --interfaces-format {native,json}
interfaces file format
-r, --running print raw interfaces file entries
-c, --check check interface file contents against running state
@@ -74,7 +76,6 @@ OPTIONS
-x, --raw print raw config file entries
-o {native,json}, --format {native,json}
interface display format

View File

@@ -72,8 +72,7 @@ OPTIONS
-v, --verbose verbose
-d, --debug output debug info
-l, --allow CLASS ignore non-"allow-CLASS" interfaces
--allow CLASS ignore non-"allow-CLASS" interfaces
-w, --with-depends run with all dependent interfaces. This option
is redundant when -a is specified. When '-a' is
@@ -84,6 +83,13 @@ OPTIONS
Exclude interfaces from the list of interfaces to
operate on. Can be specified multiple times
-i INTERFACESFILE, --interfaces INTERFACESFILE
Use interfaces file instead of default
/etc/network/interfaces
-t {native,json}, --interfaces-format {native,json}
interfaces file format
-f, --force force run all operations
-n, --no-act print out what would happen, but don't do it