From fc107ed3ee7b9d932514b4ea91a50074610d0ce3 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Thu, 20 Sep 2012 10:32:58 +0200 Subject: [PATCH] dak/acl.py: update documentation --- dak/acl.py | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/dak/acl.py b/dak/acl.py index 075c722b..568e21e4 100644 --- a/dak/acl.py +++ b/dak/acl.py @@ -23,9 +23,17 @@ from daklib.config import Config from daklib.dbconn import DBConn, Fingerprint, Uid, ACL def usage(): - print """Usage: dak acl set-fingerprints + print """Usage: + dak acl set-fingerprints + dak acl export-per-source -Reads list of fingerprints from stdin and sets the ACL to these. + set-fingerprints: + Reads list of fingerprints from stdin and sets the ACL to these. + Accepted input formats are "uid:", "name:" and + "fpr:". + + export-per-source: + Export per source upload rights for ACL . """ def get_fingerprint(entry, session): -- 2.39.5