diff options
author | Bruno Haible <bruno@clisp.org> | 2012-02-19 14:37:26 +0100 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2012-02-19 14:37:26 +0100 |
commit | 74a0def25839a0c6934ca611e605694840877140 (patch) | |
tree | afc2046326546b6dc093383bca03dd079b909dca /gnulib-tool | |
parent | 16bb8d26913c11d02ec033b4a715c3ca5eb900a5 (diff) | |
download | gnulib-74a0def25839a0c6934ca611e605694840877140.tar.gz |
gnulib-tool: Improve usage message.
* gnulib-tool (func_usage): Move doc of --help and --version to the
section "Operation modes".
* gnulib-tool (func_usage): Document --help and --version.
Diffstat (limited to 'gnulib-tool')
-rwxr-xr-x | gnulib-tool | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnulib-tool b/gnulib-tool index b30a0bb056..eef9ab61fa 100755 --- a/gnulib-tool +++ b/gnulib-tool @@ -190,6 +190,8 @@ Operation modes: --extract-maintainer report the maintainer(s) inside gnulib --extract-tests-module report the unit test module, if it exists --copy-file copy a file that is not part of any module + --help Show this help text. + --version Show version and authorship information. General options: @@ -201,11 +203,8 @@ General options: up files before looking in gnulib's directory. --cache-modules Enable module caching optimization. --no-cache-modules Disable module caching optimization. - --verbose Increase verbosity. May be repeated. --quiet Decrease verbosity. May be repeated. - --help Show this help text. - --version Show version and authorship information. Options for --import, --add/remove-import, --update: |