Improving command injection documentation.

This commit is contained in:
Martin Dvorak 2021-12-03 07:50:55 +01:00
parent 0fee77a666
commit 1a36278dec
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
2021-12-03 Martin Dvorak <martin.dvorak@mindforger.com>
* Released v2.4.0 - inject any command to terminal and minor fixes.
* Released v2.4.0 - ability to inject custom command to terminal prompt,
minor fixes.
2020-11-19 Martin Dvorak <martin.dvorak@mindforger.com>

View file

@ -263,7 +263,7 @@ static const char* HELP_STRING=
"\n --show-configuration -s ... show configuration to be added to ~/.bashrc"
"\n --show-zsh-configuration -z ... show zsh configuration to be added to ~/.zshrc"
"\n --show-blacklist -b ... show commands to skip on history indexation"
"\n --inject-in-terminal=[c] -i ... inject command c in terminal and exit"
"\n --inject-in-terminal=[c] -i ... inject command c in terminal prompt and exit"
"\n --version -V ... show version details"
"\n --help -h ... help"
"\n"