diff options
author | Volker Lendecke <vlendec@samba.org> | 2003-12-01 14:07:22 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2003-12-01 14:07:22 +0000 |
commit | d9bf130c51fbd104f2c23a65c7260672c67f4712 (patch) | |
tree | c8864d9bb13d0c7285bf93082bd827fd73169986 /source3/utils | |
parent | 000b39a682ce47f3cb0cf3509a3e483474f966db (diff) | |
download | samba-d9bf130c51fbd104f2c23a65c7260672c67f4712.tar.gz samba-d9bf130c51fbd104f2c23a65c7260672c67f4712.tar.bz2 samba-d9bf130c51fbd104f2c23a65c7260672c67f4712.zip |
Beautify the net status help message a bit
Volker
(This used to be commit e9391e206a8cdbcc08597a33b557b86f9a5d73ce)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_help.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c index e444978ea8..38261be90a 100644 --- a/source3/utils/net_help.c +++ b/source3/utils/net_help.c @@ -151,10 +151,10 @@ int net_help_file(int argc, const char **argv) int net_help_status(int argc, const char **argv) { - d_printf(" net status sessions [parseable]" - "\t\t\tShow list of open sessions\n"); - d_printf(" net status shares [parseable]" - "\t\t\tShow list of open shares\n"); + d_printf(" net status sessions [parseable] " + "Show list of open sessions\n"); + d_printf(" net status shares [parseable] " + "Show list of open shares\n"); return -1; } |