From 6db9ba155f8b1b32734c20619663ab92efeebdd4 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Sun, 16 Nov 2008 08:49:12 -0500 Subject: Add product/component to 'git file' examples git-file examples were missing the mandatory product and component. --- git-bz | 4 ++-- 1 file 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 # ============== -- cgit v1.2.3