1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-08 04:58:40 +03:00

Beautify the net status help message a bit

Volker
This commit is contained in:
Volker Lendecke -
parent 63d877c6b4
commit e9391e206a

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