diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-12-07 14:15:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-12-07 14:15:19 +0200 |
commit | 39ea3597690e1ece9e0d1f23e8ff200674e2a406 (patch) | |
tree | d31ee2999e2d6801e9ed9092d0d3b08cf02500e5 /doc/cli.sh | |
parent | 80d52a6d4e5cfd157cc3188996ff5b567d7d4dad (diff) |
Minor install/upgrade documentation improvements
Diffstat (limited to 'doc/cli.sh')
-rwxr-xr-x | doc/cli.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ gen install --html-heading-map 2=h2 # function gen_txt () # <name> { - cli --generate-txt --omit-link-check --link-regex '%#(.*)%\1 file%' \ + cli --generate-txt --omit-link-check --link-regex '%#(.*)%\U\1\E file%' \ -o .. --txt-suffix "" ../$1.cli } |