diff options
author | Jason Hendry <jhendry@mintel.com> | 2014-10-29 17:12:27 +0000 |
---|---|---|
committer | Jason Hendry <jhendry@mintel.com> | 2014-10-29 17:12:27 +0000 |
commit | fe6f9b548b8482056f54d446e05aea32653349fa (patch) | |
tree | 07d8db2179db8f69f37e743a9297dea84c93de02 /scripts/vyatta-interfaces.pl | |
parent | 5aa57a127af803905e2174a449f8584068fad2ec (diff) | |
download | vyatta-cfg-system-fe6f9b548b8482056f54d446e05aea32653349fa.tar.gz vyatta-cfg-system-fe6f9b548b8482056f54d446e05aea32653349fa.zip |
Updating comments so they make a bit more sense
Diffstat (limited to 'scripts/vyatta-interfaces.pl')
-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; |