summaryrefslogtreecommitdiffstats
path: root/src/syrep.ggo
diff options
context:
space:
mode:
Diffstat (limited to 'src/syrep.ggo')
-rw-r--r--src/syrep.ggo5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/syrep.ggo b/src/syrep.ggo
index b3e16ef..d14f5ea 100644
--- a/src/syrep.ggo
+++ b/src/syrep.ggo
@@ -22,7 +22,8 @@ version "0.1"
option "verbose" v "Enable verbose operation" flag off
option "local-temp" T "Use temporary directory inside repository" flag off
-option "ignore-origin" - "update: Don't warn if snapshot not local in update, merge, makepatch" flag off
+option "ignore-origin" - "Don't warn if snapshot not local in update, merge, makepatch" flag off
+option "compress" z "Compress snapshots or patches" flag off
option "list" - "List a repository snapshot" flag off
option "show-deleted" - "list: Show deleted entries of repository snapshot" flag off
@@ -55,4 +56,4 @@ option "extract" - "Extract the context of a snapshot or patch" flag off
option "output-directory" D "extract: Write output to specified directory" string no
option "cleanup" - "Remove syrep info from repository" flag off
- option "cleanup-level" - "cleanup: 1 - just remove temporary data and trash (default); 2 - remove MD cache as well; 3 - remove all syrep data" int default="1" no
+ option "cleanup-level" l "cleanup: 1 - just remove temporary data and trash (default); 2 - remove MD cache as well; 3 - remove all syrep data" int default="1" no