From eb1d8e453e75fdf9783bfe46299f313a37fabd00 Mon Sep 17 00:00:00 2001 From: "jrayhawk+piny.be@omgwallhack.org" Date: Tue, 1 Feb 2011 21:55:49 -0800 Subject: Adding lsaccess and lsrepo to piny documentation --- pinyadmin/bin/pinyhelp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pinyadmin/bin') 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 "; fi if [ -x /srv/rbin/rmrepo ]; then echo "Remove an existing repository: rmrepo "; fi +if [ -x /srv/rbin/lsaccess ]; then echo "List repositories you have access to: lsaccess"; + echo "List users with access to a repository: lsaccess "; fi if [ -x /srv/rbin/addaccess ]; then echo "Add access to a repository for a user: addaccess "; fi if [ -x /srv/rbin/rmaccess ]; then echo "Remove access to a repository for a user: rmaccess "; fi if [ -x /srv/rbin/newuser ]; then echo "Create a new user (interactive): newuser"; fi -- cgit v1.2.3