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:
parent
f64b974f27
commit
6246b977c3
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
"))
|
||||
|
|
Loading…
Reference in a new issue