Add -p option to help and fix typo

The `-p' option was already implemented, but it wasn't yet explained
in the help output.
This commit is contained in:
Tom Willemsen 2013-01-20 13:03:58 +01:00
parent f64b974f27
commit 6246b977c3

View file

@ -56,8 +56,9 @@
(display "\
gitto [options]
-r, --register REPO Register a new repository directory
-R, --remove REPO Repmove a repository directory
-R, --remove REPO Remove a repository directory
-l, --repositories List all registered repositories' locations
-p, --purge Remove all repositories that don't exist
-v, --version Display version
-h, --help Display this help
"))