summaryrefslogtreecommitdiffstats
path: root/src/syrep.ggo
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-08-29 01:21:11 +0000
committerLennart Poettering <lennart@poettering.net>2003-08-29 01:21:11 +0000
commitdb3b96fc0014a5e860df1efc729b38d629662826 (patch)
tree9076f5b7c6a14c6239b562d442cdf46d755c9ff0 /src/syrep.ggo
parent0d7460e9592c501b48fe9ab05d8e7fd52cb5bb4d (diff)
many fixes
--cleanup implemented git-svn-id: file:///home/lennart/svn/public/syrep/trunk@13 07ea20a6-d2c5-0310-9e02-9ef735347d72
Diffstat (limited to 'src/syrep.ggo')
-rw-r--r--src/syrep.ggo5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/syrep.ggo b/src/syrep.ggo
index e0a5f02..b3e16ef 100644
--- a/src/syrep.ggo
+++ b/src/syrep.ggo
@@ -22,6 +22,7 @@ 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 "list" - "List a repository snapshot" flag off
option "show-deleted" - "list: Show deleted entries of repository snapshot" flag off
@@ -45,9 +46,13 @@ 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" q "merge: Ask a question before each action" flag off
option "prune-empty" - "merge: Prune empty directories" flag off
+ option "keep-trash" - "merge: Don't empty trash" 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" 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