1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-30 13:05:47 +01:00

options.txt: Fix wording of 'cdpath' and misplacement of 'private'.

This commit is contained in:
Štěpán Němec
2009-10-11 23:18:30 +02:00
parent afbab3c3ef
commit 42a6de01f7
2 changed files with 15 additions and 15 deletions

View File

@@ -218,8 +218,8 @@ ____
||'cdpath' 'cd'|| string (default: equivalent to _$CDPATH_ or ",,")
____
List of directories searched when executing the [c]:cd[c] command. This is
only used for relative paths if an absolute path is specified then the option
is ignored.
only used for relative paths; for absolute paths the option is ignored. An
empty string between two commas (,,) means to search in the current directory.
____