summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2003-12-01 14:08:15 +0000
committerVolker Lendecke <vlendec@samba.org>2003-12-01 14:08:15 +0000
commit925876950124eefe673089c34d86c72b3180b04c (patch)
tree3badad096c5e7a9cb7a3691afdbbc9e7d66ef577
parent04cc05b6b0354bf3250a501790319204feda9760 (diff)
downloadsamba-925876950124eefe673089c34d86c72b3180b04c.tar.gz
samba-925876950124eefe673089c34d86c72b3180b04c.tar.bz2
samba-925876950124eefe673089c34d86c72b3180b04c.zip
Beautify the net status help message a bit
Volker (This used to be commit f8ffa207e05920f28502b45b550a394aba9648a7)
-rw-r--r--source3/utils/net_help.c8
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;
}