Polishing option name for keeping the page on exit.

This commit is contained in:
Martin Dvorak 2017-06-11 14:44:09 +02:00
parent 1ad0b9b152
commit 4d8b7bac91
2 changed files with 2 additions and 2 deletions

View file

@ -119,7 +119,7 @@ Configuration options:
\fIblacklist\fR
Load list of commands to skip when processing history from ~/.hh_blacklist (built-in blacklist used otherwise).
\fIkeepage\fR
\fIkeep-page\fR
Don't clear page with command selection on exit (page is cleared by default).
\fIbig-keys-skip\fR

View file

@ -104,7 +104,7 @@
// MVP: model is the same regardless prompt is top or bottom - view is different
#define HH_CONFIG_PROMPT_BOTTOM "prompt-bottom"
#define HH_CONFIG_BLACKLIST "blacklist"
#define HH_CONFIG_KEEP_PAGE "keepage"
#define HH_CONFIG_KEEP_PAGE "keep-page"
#define HH_CONFIG_DEBUG "debug"
#define HH_CONFIG_WARN "warning"
#define HH_CONFIG_BIG_KEYS_SKIP "big-keys-skip"