diff options
Diffstat (limited to 'misc/rlwrap')
-rw-r--r-- | misc/rlwrap/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/misc/rlwrap/README b/misc/rlwrap/README index c9343b1347..fd539bd75d 100644 --- a/misc/rlwrap/README +++ b/misc/rlwrap/README @@ -1,8 +1,8 @@ -rlwrap is a 'readline wrapper' that uses the GNU readline library -to allow the editing of keyboard input for any other command. Input -history is remembered across invocations, separately for each command; -history completion and search work as in bash and completion word -lists can be specified on the command line. +rlwrap is a 'readline wrapper' that uses the GNU readline library to +allow the editing of keyboard input for any other command. Input history +is remembered across invocations, separately for each command; history +completion and search work as in bash and completion word lists can be +specified on the command line. If you wish to have history and completion files kept somewhere other than $HOME, you will need to set RLWRAP_HOME to the desired path and |