aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-04-28 15:37:11 +0200
committerGuido Günther <agx@sigxcpu.org>2011-04-28 15:37:11 +0200
commitc55e15ad66057744b155781654aded1f91a758fe (patch)
tree4ad83772cb36c384f5c1bc973c7e4ab6985fa59d
parente5dd44404bbfd638076a22630f36490b6b7e9078 (diff)
Improve readability
Git-Dch: Ignore
-rwxr-xr-xexamples/gbp-configure-unpatched-source2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/gbp-configure-unpatched-source b/examples/gbp-configure-unpatched-source
index 93e2cbea..276e310c 100755
--- a/examples/gbp-configure-unpatched-source
+++ b/examples/gbp-configure-unpatched-source
@@ -10,8 +10,10 @@ LOCAL_OPTIONS=debian/source/local-options
help ()
{
cat << EOF >/dev/stdout
+
Modifies "$LOCAL_OPTIONS" and "$GIT_EXCLUDE"
to ignore .pc and unpatch the source after the build.
+
EOF
exit $1