diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-09-17 00:02:38 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-09-17 00:02:38 +0200 |
commit | 260afa1f7d04a4c72d85374ba27355a82bc134f7 (patch) | |
tree | 09f4c2eaf6d219eec6f1d8d1d5eea1fe8c69b12d | |
parent | 8a9b81302edcf0bc23c365f13432dc21b77fbdad (diff) | |
download | git-buildpackage-260afa1f7d04a4c72d85374ba27355a82bc134f7.tar.gz git-buildpackage-260afa1f7d04a4c72d85374ba27355a82bc134f7.tar.bz2 git-buildpackage-260afa1f7d04a4c72d85374ba27355a82bc134f7.zip |
add missing --git- prefix
-rw-r--r-- | docs/chapters/building.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/chapters/building.sgml b/docs/chapters/building.sgml index d0687e97..2205940d 100644 --- a/docs/chapters/building.sgml +++ b/docs/chapters/building.sgml @@ -20,9 +20,9 @@ </para><para> If you want to recreate the original tarball using the additional information from the <option>pristine-tar branch</option> you have to - specify the <option>--pristine-tar</option> option. This will make sure the - upstream tarball matches exactly the one imported. Using this option is the - recommended way of recreating the upstream tarball. + specify the <option>--git-pristine-tar</option> option. This will make sure + the upstream tarball matches exactly the one imported. Using this option is + the recommended way of recreating the upstream tarball. </para> <para>Once you're satisfied with the build and want to do a release you commit all your changes and issue:</para> |