summaryrefslogtreecommitdiffstats
path: root/src/syrep.ggo
diff options
context:
space:
mode:
Diffstat (limited to 'src/syrep.ggo')
-rw-r--r--src/syrep.ggo11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/syrep.ggo b/src/syrep.ggo
index 216a43d..91f9b2d 100644
--- a/src/syrep.ggo
+++ b/src/syrep.ggo
@@ -2,7 +2,7 @@ purpose "Synchronize Repositories"
package "syrep"
version "0.1"
-option "verbose" - "Enable verbose operation" flag off
+option "verbose" v "Enable verbose operation" flag off
option "list" - "List a repository snapshot" flag off
option "show-deleted" - "list: Show deleted entries of repository snapshot" flag off
@@ -19,12 +19,15 @@ option "update" - "Update a repository snapshot" flag off
option "no-cache" - "update: Don't use a message digest cache" flag off
option "no-purge" - "update: Don't pruge obsolete entries from cache after update run" flag off
option "ro-cache" - "update: Use read only cache" flag off
- option "progress" - "update: Show progress" flag off
+ option "progress" p "update: Show progress" flag off
option "diff" - "Show difference between two repositories or snapshots" flag off
option "merge" - "Merge a snapshot or a repository into a repository" flag off
- option "question" - "merge: Ask a question before each action" flag off
+ option "question" q "merge: Ask a question before each action" flag off
+
+option "makepatch" - "Make a patch against the specified repository" flag off
+ option "output-file" o "makepatch: Write output to specified file instead of STDOUT" string no
option "extract" - "Extract the context of a snapshot or patch" flag off
- option "output-directory" - "extract: Write output to specified directory" string no
+ option "output-directory" D "extract: Write output to specified directory" string no