diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 12:47:39 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-27 12:47:39 (EST) |
commit | 0ab1da6565172a5afa8e0deb8e9c4cc3451ba04f (patch) | |
tree | 2593874e5f7ef0a746965e40af42a64a2b963761 /tools | |
parent | 4f810b9c64dcc22ee2fffa0fb2dc547f6203967c (diff) |
tools/shman.sh: Update and improve options help
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/shman.sh | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/tools/shman.sh b/tools/shman.sh index 3242329..f9c993e 100755 --- a/tools/shman.sh +++ b/tools/shman.sh @@ -278,14 +278,18 @@ help() usage cat <<EOF Options: - -h Display this information - -V Display version information - -s <source> The source of the manual pages, e.g. a package name and version - [default: "Shell"] - -m <manual> The title of the manual [default: "Shell Functions"] - -d <out_dir> The directory in which to write manual pages [default: the - current working directory] - -t <tags> A file in which to list all documented symbols + -h Display this information + -V Display version information + -s <source> The source of the manual pages, e.g. a package name and version + [default: "Shell"] + -m <manual> The title of the manual [default: "Shell Functions"] + -S <shso> Show how to load a shell shared object file (". <shso>") in + "SYNOPSIS" sections + -b <base-dir> Look for listed source files in <base-dir> [default: the + current working directory] + -d <out-dir> Write manual pages in <out-dir> [default: the + current working directory] + -t <tags> List all documented symbols in <tags> EOF } |