diff options
author | Tim Potter <tpot@samba.org> | 2003-09-11 07:32:04 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-09-11 07:32:04 +0000 |
commit | 0788e30fe18901df92a497a9ceddb898cd3d07b9 (patch) | |
tree | 0caf7036c07cd8cd43246e8cef199e516a621a8b /source3/utils | |
parent | 7c6b4a1d18cf3b72569fe491b33be190f65c49a7 (diff) | |
download | samba-0788e30fe18901df92a497a9ceddb898cd3d07b9.tar.gz samba-0788e30fe18901df92a497a9ceddb898cd3d07b9.tar.bz2 samba-0788e30fe18901df92a497a9ceddb898cd3d07b9.zip |
Merge from samba-3.0:
>Formatting fixups for help output.
(This used to be commit fe7c8e39688f0966563c67dd61a9ad8ae2b98f99)
Diffstat (limited to 'source3/utils')
-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"); |