mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Add --complete-profiles to help printout and man pages
This commit is contained in:
parent
86f48a2fb6
commit
cce94b9d92
4 changed files with 10 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ _tio()
|
|||
--script-file \
|
||||
--script-run \
|
||||
--exec \
|
||||
--complete-profiles \
|
||||
-v --version \
|
||||
-h --help"
|
||||
|
||||
|
|
|
|||
|
|
@ -171,6 +171,7 @@ void option_print_help(char *argv[])
|
|||
printf(" --script-file <filename> Run script from file\n");
|
||||
printf(" --script-run once|always|never Run script on connect (default: always)\n");
|
||||
printf(" --exec <command> Execute shell command with I/O redirected to device\n");
|
||||
printf(" --complete-profiles Prints profiles (for shell completion)\n");
|
||||
printf(" -v, --version Display version\n");
|
||||
printf(" -h, --help Display help\n");
|
||||
printf("\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue