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

Make usage message for net sam rights list a little more precise.

Michael
(This used to be commit d466a5136d)
This commit is contained in:
Michael Adam
2007-12-17 11:57:14 +01:00
parent 81327b1613
commit 602bb7d766

View File

@ -511,7 +511,7 @@ static int net_sam_rights_list(int argc, const char **argv)
SE_PRIV mask;
if (argc > 1) {
d_fprintf(stderr, "usage: net sam rights list [name]\n");
d_fprintf(stderr, "usage: net sam rights list [privilege name]\n");
return -1;
}