summaryrefslogtreecommitdiffstats
path: root/src/syrep.ggo
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-08-30 13:10:12 +0000
committerLennart Poettering <lennart@poettering.net>2003-08-30 13:10:12 +0000
commit2c2c89575688a5ccac7032401df5a58b87f49aad (patch)
treefe2c034620b60f0512463dca330f994b48640cb8 /src/syrep.ggo
parentdb3b96fc0014a5e860df1efc729b38d629662826 (diff)
package.c rewrite
git-svn-id: file:///home/lennart/svn/public/syrep/trunk@14 07ea20a6-d2c5-0310-9e02-9ef735347d72
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