Add missing doc for dump in autohelp-wrapper

Change-Id: I3efa253867ddf5696cdc203a98884a9368b82d08
This commit is contained in:
Christian Berendt 2017-03-13 14:06:27 +01:00
parent 700b228d16
commit eb74019d39
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"