mirror of
https://github.com/dvorka/hstr.git
synced 2024-11-10 09:03:06 +08:00
Improving command injection documentation.
This commit is contained in:
parent
0fee77a666
commit
1a36278dec
2 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue