Bug fix: another unescaped '$', also, $txtdir -> $TXTDIR

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>

git-svn-id: file:///srv/svn/repo/kosuzu/trunk@60 eb64cd80-c68d-6f47-b6a3-0ada418499da
This commit is contained in:
yakumo.izuru
2024-02-23 12:50:27 +00:00
parent 962d11f92b
commit 4858c48c0e
5 changed files with 9 additions and 9 deletions

View File

@@ -36,5 +36,5 @@ let term =
Term.(const listing $ recurse $ time $ reverse $ number $ paths $ authed $ topics $ dir),
Term.info "list" ~doc:"list texts" ~man:[ `S "DESCRIPTION";
`P "Diplays text id, date, author, title for a directory.
If directory argument is ommitted, $txtdir is used, where empty value defaults to ~/.local/share/texts.
If directory argument is ommitted, TXTDIR is used, where empty value defaults to ~/.local/share/texts.
If -R is used, list header information for texts found in subdirectories too." ]