summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorPatrik Flykt <patrik.flykt@linux.intel.com>2013-04-05 12:28:44 +0300
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-04-05 14:45:37 +0300
commit0c4d4c02ac80a9f7d774c661daff79a27e20454c (patch)
tree381b7b40e9ba2a4e6135844dcde2f6ce4618fb5c /client
parent45407707be10cccb81eaed11c9fef74d6baffe4c (diff)
downloadconnman-0c4d4c02ac80a9f7d774c661daff79a27e20454c.tar.gz
connman-0c4d4c02ac80a9f7d774c661daff79a27e20454c.tar.bz2
connman-0c4d4c02ac80a9f7d774c661daff79a27e20454c.zip
client: Fix help text, IPv4 setting uses netmask
Diffstat (limited to 'client')
-rw-r--r--client/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/commands.c b/client/commands.c
index ffa45ee2..1a5f638f 100644
--- a/client/commands.c
+++ b/client/commands.c
@@ -987,7 +987,7 @@ static const char *config_desc[] = {
"direct|auto <URL>|manual <URL1> [<URL2>] [...]\n"
"\t\t\t[exclude <exclude1> [<exclude2>] [...]]",
"yes|no",
- "off|dhcp|manual <address> <prefixlength> <gateway>",
+ "off|dhcp|manual <address> <netmask> <gateway>",
" Remove service",
NULL
};