From eb74019d39db8bbfef4b9c3e36c5f3878893cb3b Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Mon, 13 Mar 2017 14:06:27 +0100 Subject: [PATCH] Add missing doc for dump in autohelp-wrapper Change-Id: I3efa253867ddf5696cdc203a98884a9368b82d08 --- autogenerate_config_docs/autohelp-wrapper | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autogenerate_config_docs/autohelp-wrapper b/autogenerate_config_docs/autohelp-wrapper index de934362..54a43c3e 100755 --- a/autogenerate_config_docs/autohelp-wrapper +++ b/autogenerate_config_docs/autohelp-wrapper @@ -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"