summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen W. Taylor <otaylor@fishsoup.net>2008-11-16 08:49:12 -0500
committerOwen W. Taylor <otaylor@fishsoup.net>2008-11-16 09:01:25 -0500
commit6db9ba155f8b1b32734c20619663ab92efeebdd4 (patch)
tree7a5dc8df300f835591712362d55346137439b375
parent084d91750b89ec283c3ab04b90d00c77985c195d (diff)
Add product/component to 'git file' examples
git-file examples were missing the mandatory product and component.
-rwxr-xr-xgit-bz4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-bz b/git-bz
index 814a20d..c9f90ee 100755
--- a/git-bz
+++ b/git-bz
@@ -71,11 +71,11 @@
# Examples:
#
# # File the last commit as a new bug on the default tracker
-# git bz file HEAD^
+# git bz file my-product/some-component HEAD^
#
# # File a bug with a series of patches starting from an old commit
# # on a different bug tracker
-# git bz -b bugs.freedesktop.org file b50ea9bd^ -1
+# git bz -b bugs.freedesktop.org file my-product/some-component b50ea9bd^ -1
#
# Authentication
# ==============