From 459d9bfcce481b0da71e9493e644488c83e0e9ba Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 2 Apr 2014 22:13:46 +0200 Subject: config: add decorator to add_option_* functions This allows us to build an internal list of valid options and print these. --- docs/manpages/gbp-config.sgml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'docs/manpages') diff --git a/docs/manpages/gbp-config.sgml b/docs/manpages/gbp-config.sgml index c07d758..d68ac64 100644 --- a/docs/manpages/gbp-config.sgml +++ b/docs/manpages/gbp-config.sgml @@ -23,7 +23,10 @@ [auto|on|off] - command.option + + command.option + command + @@ -85,7 +88,14 @@ would use: $ gbp config buildpackage.upstream-branch - upstream + buildpackage.upstream-branch=upstream + + Print the values of all of &gbp-buildpackage;s options + + $ gbp config buildpackage + buildpackage.upstream-branch=upstream + buildpackage.debian-branch=master + ... -- cgit v1.2.3