add config_dir option in the help.
This commit is contained in:
parent
e464928a1b
commit
14b62196b1
1 changed files with 10 additions and 6 deletions
|
@ -18,14 +18,17 @@ PARAMETTER
|
|||
-h, --help Print this help message and quit
|
||||
-V, --version Print the installed version of $(basename $0) and quit
|
||||
-v, --verbose Print more output for all actions.
|
||||
-c <path/to/conf>, --configdir </path/to/conf>
|
||||
Override the default conf dir by this this one. Must be an absolute path.
|
||||
|
||||
NAME
|
||||
Is the name of the vm to open
|
||||
|
||||
COMMAND
|
||||
active Active the internet network of the vm
|
||||
desactive desactive the internet network of the vm
|
||||
desactive-all desactive all vms previously loaded
|
||||
-a, --active Active the internet network of the vm
|
||||
-d, --desactive desactive the internet network of the vm
|
||||
-dA, --desactive-all desactive all vms previously loaded
|
||||
-l, --list list all vms accessibles.
|
||||
|
||||
"
|
||||
|
||||
|
@ -60,3 +63,4 @@ done
|
|||
|
||||
(( verbose )) && echo "verbose is set"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue