[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-693-gd466a51

Michael Adam obnox at samba.org
Mon Dec 17 12:25:49 GMT 2007


The branch, v3-2-test has been updated
       via  d466a5136d5151e2a3cae7464cb346f0db650554 (commit)
      from  f7efc0eca9426e63b751c07a90265a12bb39cf95 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit d466a5136d5151e2a3cae7464cb346f0db650554
Author: Michael Adam <obnox at samba.org>
Date:   Mon Dec 17 11:57:14 2007 +0100

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

-----------------------------------------------------------------------

Summary of changes:
 source/utils/net_sam.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/utils/net_sam.c b/source/utils/net_sam.c
index 139eed6..bd1f6cd 100644
--- a/source/utils/net_sam.c
+++ b/source/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;
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list