add config_dir option in the help.

This commit is contained in:
primardj 2024-03-25 00:42:23 +00:00
parent e464928a1b
commit 14b62196b1

View file

@ -15,17 +15,20 @@ DESCRIPTION
- ~/.config/vm_start/conf
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.
-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"