Beautify the net status help message a bit
authorVolker Lendecke <vlendec@samba.org>
Mon, 1 Dec 2003 14:07:22 +0000 (14:07 +0000)
committerVolker Lendecke <vlendec@samba.org>
Mon, 1 Dec 2003 14:07:22 +0000 (14:07 +0000)
Volker

source/utils/net_help.c

index e444978ea8d7ef42f09448364e4c6302d3e7b040..38261be90a7ef6de6cac3c3f5cd3cf89ba6d1a0f 100644 (file)
@@ -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;
 }