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
096d21e80b
4 changed files with 10 additions and 0 deletions
|
|
@ -371,6 +371,10 @@ Default value is "always".
|
||||||
|
|
||||||
Execute shell command with I/O redirected to device
|
Execute shell command with I/O redirected to device
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.BR "\-\-complete-profiles
|
||||||
|
|
||||||
|
Prints profiles (for shell completion)
|
||||||
.TP
|
.TP
|
||||||
.BR \-v ", " \-\-version
|
.BR \-v ", " \-\-version
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -289,6 +289,10 @@ OPTIONS
|
||||||
|
|
||||||
Execute shell command with I/O redirected to device
|
Execute shell command with I/O redirected to device
|
||||||
|
|
||||||
|
--complete-profiles
|
||||||
|
|
||||||
|
Prints profiles (for shell completion)
|
||||||
|
|
||||||
-v, --version
|
-v, --version
|
||||||
|
|
||||||
Display program version.
|
Display program version.
|
||||||
|
|
|
||||||
|
|
@ -46,6 +46,7 @@ _tio()
|
||||||
--script-file \
|
--script-file \
|
||||||
--script-run \
|
--script-run \
|
||||||
--exec \
|
--exec \
|
||||||
|
--complete-profiles \
|
||||||
-v --version \
|
-v --version \
|
||||||
-h --help"
|
-h --help"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -171,6 +171,7 @@ void option_print_help(char *argv[])
|
||||||
printf(" --script-file <filename> Run script from file\n");
|
printf(" --script-file <filename> Run script from file\n");
|
||||||
printf(" --script-run once|always|never Run script on connect (default: always)\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(" --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(" -v, --version Display version\n");
|
||||||
printf(" -h, --help Display help\n");
|
printf(" -h, --help Display help\n");
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue