diff options
author | rhatto@riseup.net <Silvio Rhatto> | 2014-04-06 22:26:50 -0300 |
---|---|---|
committer | rhatto@riseup.net <Silvio Rhatto> | 2014-04-06 22:26:50 -0300 |
commit | c3727f34681b64458449ffb094a366284723c622 (patch) | |
tree | 737b4ff94e6d77ff56969f588fbc108db29fc46e | |
parent | 0a1413d7d56314496d92b20db7ecfb114adef04f (diff) | |
download | keyringer-c3727f34681b64458449ffb094a366284723c622.tar.gz keyringer-c3727f34681b64458449ffb094a366284723c622.tar.bz2 |
Adding commit action into manpage
-rw-r--r-- | share/man/keyringer.1.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/keyringer.1.mdwn b/share/man/keyringer.1.mdwn index adbaaa2..d40abc0 100644 --- a/share/man/keyringer.1.mdwn +++ b/share/man/keyringer.1.mdwn @@ -57,6 +57,9 @@ git <*action*> <*options*> : Git wrapper that operates from the toplevel keyring repository. You can issue any *GIT(1)* subcommand with this action to have it applied in the keyring repository. +commit [*arguments*] +: Alias to "git commit". + ls <*path*> : List contents from the toplevel repository *keys* folder or from relative paths if *path* is specified. Like the git wrapper, this is a wrapper around the *LS(1)* |