1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

Beautify the net status help message a bit

Volker
(This used to be commit e9391e206a8cdbcc08597a33b557b86f9a5d73ce)
This commit is contained in:
Volker Lendecke 2003-12-01 14:07:22 +00:00
parent 000b39a682
commit d9bf130c51

View 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;
}