From: Matti Laakso Date: Tue, 27 May 2014 19:12:11 +0000 (+0200) Subject: Minor fixes to command line help X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuqmi.git;a=commitdiff_plain;h=1077e609940803e44c52afd7f22fc5f08cb2f20f Minor fixes to command line help Signed-off-by: Matti Laakso --- diff --git a/commands-wds.h b/commands-wds.h index bd4b221..ea64e82 100644 --- a/commands-wds.h +++ b/commands-wds.h @@ -13,6 +13,6 @@ " --auth-type pap|chap|both|none: Use network authentication type\n" \ " --username : Use network username\n" \ " --password : Use network password\n" \ - " --autconnect: Enable automatic connect/reconnect\n" \ + " --autoconnect: Enable automatic connect/reconnect\n" \ " --get-data-status: Get current data access status\n" \ diff --git a/main.c b/main.c index 4b030e9..6ba746e 100644 --- a/main.c +++ b/main.c @@ -33,7 +33,6 @@ static int usage(const char *progname) " --single, -s: Print output as a single line (for scripts)\n" " --device=NAME, -d NAME: Set device name to NAME (required)\n" " --keep-client-id : Keep Client ID for service \n" - " (implies --keep-client-id)\n" " --release-client-id : Release Client ID after exiting\n" "\n" "Services: dms, nas, pds, wds, wms\n" @@ -41,6 +40,7 @@ static int usage(const char *progname) "Actions:\n" " --get-versions: Get service versions\n" " --set-client-id ,: Set Client ID for service to \n" + " (implies --keep-client-id)\n" " --get-client-id : Connect and get Client ID for service \n" " (implies --keep-client-id)\n" wds_helptext