Document dirs -c

Fixes #2174
This commit is contained in:
Fabian Homborg 2015-08-10 18:42:33 +02:00
parent 9a2ac5fcb6
commit 73a5e2bc6b

View file

@ -3,10 +3,13 @@
\subsection dirs-synopsis Synopsis
\fish{synopsis}
dirs
dirs -c
\endfish
\subsection dirs-description Description
`dirs` prints the current directory stack, as created by the <a href="#pushd">`pushd`</a> command.
With "-c", it clears the directory stack instead.
`dirs` does not accept any parameters.