Merge "Add missing doc for dump in autohelp-wrapper"

This commit is contained in:
Jenkins 2017-03-14 16:04:50 +00:00 committed by Gerrit Code Review
commit f063e5900a
1 changed files with 2 additions and 1 deletions

View File

@ -32,9 +32,10 @@ QUIET=0
usage() {
echo "Wrapper for autohelp.py"
echo "Usage:"
echo " $(basename $0) [ OPTIONS ] update|rst|setup [ project... ]"
echo " $(basename $0) [ OPTIONS ] dump|update|rst|setup [ project... ]"
echo
echo "Subcommands:"
echo " dump: Dumps the list of options with their attributes"
echo " update: Update or create the flagmapping files"
echo " rst: Generate the options tables in RST format"
echo " setup: Install the environment only"