summaryrefslogtreecommitdiff
path: root/pinyadmin/bin/pinyhelp
diff options
context:
space:
mode:
authorjrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu>2011-02-01 21:55:49 -0800
committerjrayhawk+piny.be@omgwallhack.org <jrayhawk@dev.piny.svcs.cs.pdx.edu>2011-02-01 21:55:49 -0800
commiteb1d8e453e75fdf9783bfe46299f313a37fabd00 (patch)
tree3f66523137f960329ce0a3ec916ca95895cf7562 /pinyadmin/bin/pinyhelp
parent79bac289456deb99dab40e219359bec80e5dc5ef (diff)
downloadpiny-code-eb1d8e453e75fdf9783bfe46299f313a37fabd00.tar.gz
piny-code-eb1d8e453e75fdf9783bfe46299f313a37fabd00.zip
Adding lsaccess and lsrepo to piny documentation
Diffstat (limited to 'pinyadmin/bin/pinyhelp')
-rwxr-xr-xpinyadmin/bin/pinyhelp3
1 files changed, 3 insertions, 0 deletions
diff --git a/pinyadmin/bin/pinyhelp b/pinyadmin/bin/pinyhelp
index 2394901..2ebee85 100755
--- a/pinyadmin/bin/pinyhelp
+++ b/pinyadmin/bin/pinyhelp
@@ -7,8 +7,11 @@ else
fi
echo
+if [ -x /srv/rbin/lsrepo ]; then echo "List repositories: lsrepo"; fi
if [ -x /srv/rbin/newrepo ]; then echo "Create a new repository (interactive): newrepo <reponame>"; fi
if [ -x /srv/rbin/rmrepo ]; then echo "Remove an existing repository: rmrepo <reponame>"; fi
+if [ -x /srv/rbin/lsaccess ]; then echo "List repositories you have access to: lsaccess";
+ echo "List users with access to a repository: lsaccess <reponame>"; fi
if [ -x /srv/rbin/addaccess ]; then echo "Add access to a repository for a user: addaccess <reponame> <username>"; fi
if [ -x /srv/rbin/rmaccess ]; then echo "Remove access to a repository for a user: rmaccess <reponame> <username>"; fi
if [ -x /srv/rbin/newuser ]; then echo "Create a new user (interactive): newuser"; fi