diff options
author | Svend Sorensen <svend@ciffer.net> | 2010-08-24 15:15:48 -0700 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2010-08-29 17:31:10 +0200 |
commit | 39b1a07b8db07154fc7d97d87be11aa4c03e8c62 (patch) | |
tree | 852b137b9189318c92ea05bd5daf9b5bc5a8cf1d /docs | |
parent | a09cce7ebcad6660d00f6f260a60cdeb985507bc (diff) | |
download | git-buildpackage-39b1a07b8db07154fc7d97d87be11aa4c03e8c62.tar.gz git-buildpackage-39b1a07b8db07154fc7d97d87be11aa4c03e8c62.tar.bz2 git-buildpackage-39b1a07b8db07154fc7d97d87be11aa4c03e8c62.zip |
Fix --git-cleaner option name in git-buildpackage man page
git-cleaner option is misspelled as git-cleander in description of
git-pbuilder option in the git-buildpackage man page.
Closes: #594612
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manpages/git-buildpackage.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manpages/git-buildpackage.sgml b/docs/manpages/git-buildpackage.sgml index 0866bbb9..aebc9eab 100644 --- a/docs/manpages/git-buildpackage.sgml +++ b/docs/manpages/git-buildpackage.sgml @@ -127,7 +127,7 @@ <listitem> <para>Build package using <command>git-pbuilder</command>. Note that this overwrites any <option>--git-builder</option> and - <option>--git-cleander</option> options.</para> + <option>--git-cleaner</option> options.</para> </listitem> </varlistentry> <varlistentry> |