diff options
author | Tim Potter <tpot@samba.org> | 2003-09-10 06:15:07 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-09-10 06:15:07 +0000 |
commit | ab87cee6cbaee1eb6bc9f292572c3ea26cb21e07 (patch) | |
tree | 611daccd8c3953b5519a25422e78529ae25e520e | |
parent | 2002fbd72e1fd0369bcf3b9598cfcd4322140c89 (diff) | |
download | samba-ab87cee6cbaee1eb6bc9f292572c3ea26cb21e07.tar.gz samba-ab87cee6cbaee1eb6bc9f292572c3ea26cb21e07.tar.bz2 samba-ab87cee6cbaee1eb6bc9f292572c3ea26cb21e07.zip |
Formatting fixups for help output.
(This used to be commit c030d1401950b6efcbdf30ad899c25a61efb1814)
-rw-r--r-- | source3/utils/net_help.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c index 95116a4d2a..c688beef72 100644 --- a/source3/utils/net_help.c +++ b/source3/utils/net_help.c @@ -42,10 +42,10 @@ 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 --debuglevel=<level>\t\tdebug level (0-10)\n"); + d_printf("\t-d or --debuglevel=<level>\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 --configfile=<path>\t\tpathname of smb.conf file\n"); + d_printf("\t-s or --configfile=<path>\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\t\tPrint samba version information\n"); d_printf("\t-P or --machine-pass\t\tAuthenticate as machine account\n"); |