diff options
author | Jason Hendry <jhendry@mintel.com> | 2014-10-29 17:12:27 +0000 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2017-09-14 13:36:52 +0200 |
commit | e60226122f257cf94fe8801ba725c65943c29e24 (patch) | |
tree | bd47220c4c68ae186a05ba2df11b9bd656b4560e /scripts | |
parent | d1cc811b66c7a53f52bb2580a43a1f8689bb3a9c (diff) | |
download | vyatta-cfg-system-e60226122f257cf94fe8801ba725c65943c29e24.tar.gz vyatta-cfg-system-e60226122f257cf94fe8801ba725c65943c29e24.zip |
Updating comments so they make a bit more sense
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/vyatta-interfaces.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-interfaces.pl b/scripts/vyatta-interfaces.pl index f3792f74..14f0a125 100755 --- a/scripts/vyatta-interfaces.pl +++ b/scripts/vyatta-interfaces.pl @@ -62,7 +62,7 @@ Usage: $0 --dev=<interface> --check=<type> $0 --dev=<interface> --check-speed=speed,duplex $0 --dev=<interface> --allowed-speed $0 --dev=<interface> --isup - $0 --dev=<interface> --offload-settings={tcp,udp,segmentation,receive}={value} + $0 --dev=<interface> --offload-settings={tcp,udp,segmentation,receive} {value} $0 --show=<type> EOF exit 1; |