Write explanation about --prompt option

This commit is contained in:
Yuya Takeyama 2014-07-05 23:40:14 +09:00
parent 751752cd36
commit d79611be52

View file

@ -123,6 +123,10 @@ By default peco starts in case insensitive mode. When this option is specified,
Specifies the initial line position upon start up. E.g. If you want to start out with the second line selected, set it to "1" (because the index is 0 based)
### --prompt
Specifies the query line's prompt. It's `QUERY>` by default. And it's prior to configuration file's `Prompt`.
Configuration File
==================