From 1be9047b00afb99413be146f7ce8d85da80567f9 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 21 May 2013 03:00:56 +0200 Subject: Update help message --- gitto/main.scm | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/gitto/main.scm b/gitto/main.scm index ccbc4b0..d6ca4c0 100644 --- a/gitto/main.scm +++ b/gitto/main.scm @@ -53,13 +53,19 @@ (define (help) "Display some help." (display "\ -gitto [options] - -r, --register REPO Register a new 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 +gitto [command [arguments ...]] + add Register a new repository directory + remove Remove a repository directory + check Check if a repository has been registered + list List all repositories and their status + list locations List all registered repositories' locations + purge Remove all repositories that don't exist + config Show each repository's configuration + config global Show template configuration + config update Merge template configuration with each + repository's configuration + version Display version + help Display this help ")) (set! command-list (append command-list `(("help" . ,help)))) -- cgit v1.2.3-54-g00ecf