X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Facl.py;h=568e21e46b6c28990c24e6e54f1eb8335068d5ae;hb=3ec91e0bb78ac0603c06d152524b3877948662de;hp=075c722b5842bfd05f3b3269818480369c115a87;hpb=9eff87cf703b5fe3310570ab30ff922e62f2957a;p=dak.git 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):