aboutsummaryrefslogtreecommitdiff
path: root/main_utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'main_utils.cc')
-rw-r--r--main_utils.cc6
1 files changed, 4 insertions, 2 deletions
diff --git a/main_utils.cc b/main_utils.cc
index 3a7055a..7a28388 100644
--- a/main_utils.cc
+++ b/main_utils.cc
@@ -63,8 +63,10 @@ struct Command {
/******** List of Zucchini commands ********/
constexpr Command kCommands[] = {
- {"gen", "-gen <old_file> <new_file> <patch_file> [-raw]", 3, &MainGen},
- {"apply", "-apply <old_file> <patch_file> <new_file>", 3, &MainApply},
+ {"gen", "-gen <old_file> <new_file> <patch_file> [-raw] [-keep]", 3,
+ &MainGen},
+ {"apply", "-apply <old_file> <patch_file> <new_file> [-keep]", 3,
+ &MainApply},
{"read", "-read <exe> [-dump]", 1, &MainRead},
{"detect", "-detect <archive_file> [-dd=format#]", 1, &MainDetect},
{"match", "-match <old_file> <new_file>", 2, &MainMatch},