summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJukka Rissanen <jukka.rissanen@nokia.com>2011-01-10 18:03:29 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2011-01-10 18:36:40 +0100
commit74db14161672af1133d4413d12737e0daa228339 (patch)
tree03140de08202e31941aea479168cb945f6ff7acc /test
parente04fc17daa42ce8ab3169c4bfed9ebeb27d7ad6d (diff)
downloadconnman-74db14161672af1133d4413d12737e0daa228339.tar.gz
connman-74db14161672af1133d4413d12737e0daa228339.tar.bz2
connman-74db14161672af1133d4413d12737e0daa228339.zip
test: Fix set-ipv4-method usage print
Diffstat (limited to 'test')
-rwxr-xr-xtest/set-ipv4-method2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/set-ipv4-method b/test/set-ipv4-method
index 576c8036..0661537b 100755
--- a/test/set-ipv4-method
+++ b/test/set-ipv4-method
@@ -4,7 +4,7 @@ import sys
import dbus
def print_usage():
- print "Usage: %s <service> [off|dhcp|manual <address> [netmask]]" % (sys.argv[0])
+ print "Usage: %s <service> [off|dhcp|manual <address> [netmask] [gateway]]" % (sys.argv[0])
if (len(sys.argv) < 3):