summaryrefslogtreecommitdiff
path: root/source3/utils/net_help.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-03-23 12:40:48 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-03-23 12:40:48 +0000
commitbe47eb50324ed97a30410af8e08b1426b4a0262a (patch)
treeb38f228c54003cd771db57c0f1bbd047743fbaa6 /source3/utils/net_help.c
parent477e1a8cee99fea4dc9d1ce2878569cc39a50db2 (diff)
downloadsamba-be47eb50324ed97a30410af8e08b1426b4a0262a.tar.gz
samba-be47eb50324ed97a30410af8e08b1426b4a0262a.tar.bz2
samba-be47eb50324ed97a30410af8e08b1426b4a0262a.zip
Use popt_common for -s, -d and -V
(This used to be commit a1576694a6f23e1c70d7d81ac4feedd4f29c5400)
Diffstat (limited to 'source3/utils/net_help.c')
-rw-r--r--source3/utils/net_help.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c
index 4000a248ff..07409aec22 100644
--- a/source3/utils/net_help.c
+++ b/source3/utils/net_help.c
@@ -42,11 +42,12 @@ int net_common_flags_usage(int argc, const char **argv)
d_printf("Valid miscellaneous options are:\n"); /* misc options */
d_printf("\t-p or --port=<port>\t\tconnection port on target\n");
d_printf("\t-W or --myworkgroup=<wg>\tclient workgroup\n");
- d_printf("\t-d or --debug=<level>\t\tdebug level (0-10)\n");
+ d_printf("\t-d or --debuglevel=<level>\t\tdebug level (0-10)\n");
d_printf("\t-n or --myname=<name>\t\tclient name\n");
d_printf("\t-U or --user=<name>\t\tuser name\n");
- d_printf("\t-s or --conf=<path>\t\tpathname of smb.conf file\n");
+ d_printf("\t-s or --configfile=<path>\t\tpathname of smb.conf file\n");
d_printf("\t-l or --long\t\t\tDisplay full information\n");
+ d_printf("\t-V or --version\t\tPrint samba version information\n");
d_printf("\t-P or --machine-pass\t\tAuthenticate as machine account\n");
return -1;
}