summaryrefslogtreecommitdiffstats
path: root/misc/rlwrap/README
diff options
context:
space:
mode:
author slakmagik <jsun@freeshell.org>2010-05-24 00:16:13 -0500
committer Robby Workman <rworkman@slackbuilds.org>2010-05-24 16:10:22 -0500
commit77f8ee4bd4d5add19fe1149254d0a69d49ed71a6 (patch)
treef942439aab7263007271b719abfe0926727deb56 /misc/rlwrap/README
parenta19f3f21069f64fd4231572b96b8fb2ebe65e29a (diff)
downloadslackbuilds-77f8ee4bd4d5add19fe1149254d0a69d49ed71a6.tar.gz
slackbuilds-77f8ee4bd4d5add19fe1149254d0a69d49ed71a6.tar.xz
misc/rlwrap: Updated for version 0.37.
Diffstat (limited to 'misc/rlwrap/README')
-rw-r--r--misc/rlwrap/README5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/rlwrap/README b/misc/rlwrap/README
index 13fca8828e..c9343b1347 100644
--- a/misc/rlwrap/README
+++ b/misc/rlwrap/README
@@ -4,5 +4,6 @@ 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.
-You will need to create the ~/.rlwrap directory (or wherever RLWRAP_HOME is
-set to) or rlwrap will complain and exit.
+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
+rlwrap will create it so long as all its parent directories exist.