From dce4eb636a20a5e28f8936f58ca7c0e69a0b0bb8 Mon Sep 17 00:00:00 2001 From: draftcode Date: Thu, 28 Mar 2013 16:41:07 +0900 Subject: [PATCH] Add a help string to describe the debug option --- plugins/python-build/bin/python-build | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/python-build/bin/python-build b/plugins/python-build/bin/python-build index 9b01dc25..d1cb22f1 100755 --- a/plugins/python-build/bin/python-build +++ b/plugins/python-build/bin/python-build @@ -587,6 +587,7 @@ for option in "${OPTIONS[@]}"; do "h" | "help" ) usage without_exiting { echo + echo " -g/--debug Build a debug version" echo " -k/--keep Do not remove source tree after installation" echo " -v/--verbose Verbose mode: print compilation status to stdout" echo " --definitions List all built-in definitions"