aboutsummaryrefslogtreecommitdiff
path: root/keyringer
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-12-28 13:45:27 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-12-28 13:45:27 -0200
commit65f63e1b889a9f0e5e9a0b1646ddcee3b4b44242 (patch)
tree17d8975a78be220309239df9d046a944be3b37b5 /keyringer
parentf31528e4044e9eac74cf1b256c4c57bc3a065424 (diff)
downloadkeyringer-65f63e1b889a9f0e5e9a0b1646ddcee3b4b44242.tar.gz
keyringer-65f63e1b889a9f0e5e9a0b1646ddcee3b4b44242.tar.bz2
Adds missing comments
Diffstat (limited to 'keyringer')
-rwxr-xr-xkeyringer2
1 files changed, 2 insertions, 0 deletions
diff --git a/keyringer b/keyringer
index ca47062..cc8378f 100755
--- 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`"