Skip to content

Commit 6d2390a

Browse files
committed
help command updated to the new version
1 parent ec171e7 commit 6d2390a

File tree

1 file changed

+0
-10
lines changed
  • modules/cli/src/handlers

1 file changed

+0
-10
lines changed

modules/cli/src/handlers/help.c

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@ int handle_help(int argc, char *argv[])
2929
" -s | Str | Path to the sacess library xml config file | |-s config/sacess_library_conf.xml\n"
3030
" -d | Str | Path to the data file (Supports text and .mat files) | |-d data/lotka_volterra.txt\n"
3131
" -o | Str | Defines the output folder for the results | output/ |-o output\n"
32-
" -f | Int | ODE model to use | |-f 0\n"
33-
"\n"
34-
"- [ ODE model values ] -\n"
35-
"\n"
36-
" Value | Description \n"
37-
" =========+====================================================================\n"
38-
" 0 | Lotka Volterra ODE model\n"
39-
" 1 | Alpha Pinene ODE model (Not yet implemented)\n"
40-
" 2 | Logistic ODE model (Not yet implemented)\n"
41-
" 3 | Curstom ODE model (Not yet implemented)\n"
4232
"\n"
4333
"Usage: %s <command> [options]...\n";
4434

0 commit comments

Comments
 (0)