tools/install: update the commandline help

This commit is contained in:
Koichi Murase
2022-06-12 18:30:11 +09:00
parent cef755582a
commit cb7238fb8f

View File

@ -41,9 +41,10 @@ _omb_install_print_help() {
'' \ '' \
'OPTIONS' \ 'OPTIONS' \
' --help show this help' \ ' --help show this help' \
' --version show version' \
' --usage show usage' \ ' --usage show usage' \
' --unattended attend the meeting' \ ' --dry-run do not perform the actual installation' \
' --help show version' \ ' --unattended do not fall in to the new Bash session after the install' \
'' ''
} }