diff options
author | Michael Adam <obnox@samba.org> | 2007-12-17 11:57:14 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2007-12-17 13:23:05 +0100 |
commit | 602bb7d7665ccd42b90089622def32f9e3ec2594 (patch) | |
tree | 118f933c0e4482092392707f61b50293954cc7a0 /source3 | |
parent | 81327b1613819ad875cc9271c280a5afab039545 (diff) | |
download | samba-602bb7d7665ccd42b90089622def32f9e3ec2594.tar.gz samba-602bb7d7665ccd42b90089622def32f9e3ec2594.tar.xz samba-602bb7d7665ccd42b90089622def32f9e3ec2594.zip |
Make usage message for net sam rights list a little more precise.
Michael
(This used to be commit d466a5136d5151e2a3cae7464cb346f0db650554)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/utils/net_sam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_sam.c b/source3/utils/net_sam.c index 139eed6b95..bd1f6cd686 100644 --- a/source3/utils/net_sam.c +++ b/source3/utils/net_sam.c @@ -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; } |