]> gitweb.fluxo.info Git - keyringer.git/commitdiff
Adds missing comments
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 28 Dec 2013 15:45:27 +0000 (13:45 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 28 Dec 2013 15:45:27 +0000 (13:45 -0200)
keyringer

index ca4706258197845ceee3bfc1aa9302a0286f740a..cc8378f150d369a49e23ea59a203d63588e19f68 100755 (executable)
--- a/keyringer
+++ b/keyringer
@@ -18,6 +18,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
+# Initialize a new keyring
 function keyringer_init {
   BASEDIR="$3"
   URL="$4"
@@ -104,6 +105,7 @@ function keyringer_init {
   fi
 }
 
+# Action dispatcher
 function keyringer_dispatch {
   BASEDIR="`keyringer_config $KEYRING`"