Make usage message for net sam rights list a little more precise.
authorMichael Adam <obnox@samba.org>
Mon, 17 Dec 2007 10:57:14 +0000 (11:57 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 17 Dec 2007 12:23:05 +0000 (13:23 +0100)
Michael

source/utils/net_sam.c

index 139eed6b95aa3e4b352aea48e8a3b3a1fb0db5a9..bd1f6cd6861deb0c629410db25e286be6f10d9a0 100644 (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;
        }