From: Volker Lendecke Date: Mon, 1 Dec 2003 14:08:15 +0000 (+0000) Subject: Beautify the net status help message a bit X-Git-Tag: samba-3.0.1rc2~7^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8ffa207e05920f28502b45b550a394aba9648a7;p=thirdparty%2Fsamba.git Beautify the net status help message a bit Volker --- diff --git a/source/utils/net_help.c b/source/utils/net_help.c index e444978ea8d..38261be90a7 100644 --- a/source/utils/net_help.c +++ b/source/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; }