Skip to content
Snippets Groups Projects
Commit cb8765ee authored by Giovanni Bussi's avatar Giovanni Bussi
Browse files

Added some note on advanced options (only for developers)

parent 79ac986c
No related branches found
No related tags found
No related merge requests found
...@@ -12,9 +12,9 @@ Actions (choose one): ...@@ -12,9 +12,9 @@ Actions (choose one):
-l, --list-engines -l, --list-engines
print a list of available MD engines print a list of available MD engines
-s, --save -s, --save
save (FOR DEVELOPERS) save (*)
-n NEWENGINE, --new NEWENGINE -n NEWENGINE, --new NEWENGINE
create a new patch named NEWENGINE create a new patch named NEWENGINE (*)
Options: Options:
-e ENGINE, --engine ENGINE -e ENGINE, --engine ENGINE
set MD engine to ENGINE (default: choose interactively) set MD engine to ENGINE (default: choose interactively)
...@@ -27,9 +27,12 @@ Options: ...@@ -27,9 +27,12 @@ Options:
--runtime --runtime
same as --mode runtime same as --mode runtime
-d FILE, --diff FILE -d FILE, --diff FILE
set the path to diff file (default: ROOT/patches/ENGINE.diff) (FOR TESTING) set the path to diff file (default: ROOT/patches/ENGINE.diff) (*)
-f, --force -f, --force
force patching (FOR TESTING) force patching (*)
(*) These options are for developers or for testing only. Be sure to know what
you are doing before you use them.
" "
prefix="" prefix=""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment