From f2ae5f96cf6c490ab52860e1dda8591001d0f3b4 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Fri, 9 May 2014 15:04:20 +0300 Subject: [PATCH] docs: change option argument names to uppercase in buildpackage man For the sake of consistency. Signed-off-by: Markus Lehtonen --- docs/manpages/gbp-buildpackage.sgml | 78 ++++++++++++++++++------------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/docs/manpages/gbp-buildpackage.sgml b/docs/manpages/gbp-buildpackage.sgml index d099e41..d0d68bc 100644 --- a/docs/manpages/gbp-buildpackage.sgml +++ b/docs/manpages/gbp-buildpackage.sgml @@ -25,8 +25,8 @@ [auto|on|off] =COLOR_SCHEME [auto|on|off] - treeish - branch_name + TREEISH + BRANCH_NAME BUILD_CMD @@ -38,22 +38,22 @@ - gpg-keyid - command - command - command - command + GPG-KEYID + COMMAND + COMMAND + COMMAND + COMMAND - tag-format - tag-format + TAG-FORMAT + TAG-FORMAT - [TAG|BRANCH|treeish] - directory - type - level - directory - treeish + [TAG|BRANCH|TREEISH] + DIRECTORY + TYPE + LEVEL + DIRECTORY + TREEISH @@ -134,7 +134,7 @@ Don't abort if there are uncommitted changes in the source tree or the current branch doesn't match the - debian-branch. + DEBIAN-BRANCH. @@ -275,7 +275,7 @@ - =branch_name + =BRANCH_NAME @@ -287,7 +287,7 @@ - =branch_name + =BRANCH_NAME @@ -305,7 +305,7 @@ Don't check if the current branch matches - debian-branch. + DEBIAN-BRANCH. @@ -328,7 +328,7 @@ - gpg-keyid + GPG-KEYID @@ -337,11 +337,11 @@ - command + COMMAND - excecute command after tagging a new + excecute COMMAND after tagging a new version. @@ -353,11 +353,11 @@ - command + COMMAND - execute command after successful + execute COMMAND after successful build. @@ -368,11 +368,11 @@ - command + COMMAND - execute command after exporting the source + execute COMMAND after exporting the source tree - valid only if --git-export-dir has been specified. @@ -384,11 +384,11 @@ - command + COMMAND - execute command from the build directory + execute COMMAND from the build directory before calling debuild or the application specified via . @@ -411,7 +411,7 @@ - tag-format + TAG-FORMAT @@ -421,7 +421,7 @@ - tag-format + TAG-FORMAT @@ -460,23 +460,23 @@ - directory + DIRECTORY Export the current branch head (or the treeish object given via - to directory + to DIRECTORY before building. - treeish + TREEISH Instead of exporting the current branch head, export the treeish - object treeish. The special name + object TREEISH. The special name INDEX exports the current index whereas the special name WC exports the current working copy as is. @@ -484,7 +484,7 @@ - [tag|branch] + [TAG|BRANCH|TREEISH] @@ -502,17 +502,17 @@ - directory + DIRECTORY - Search for original tarballs in directory + Search for original tarballs in DIRECTORY instead of generating them - type + TYPE @@ -527,7 +527,7 @@ - level + LEVEL -- 2.7.4