diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-28 13:21:48 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-28 13:21:48 -0500 |
commit | 2e39e9f97ee75ac8427268b9fbffe3589d6ecfbc (patch) | |
tree | afa2072e745ca1c8527f982537712d3b11326d12 /dh | |
parent | 80b7d0b4f8954663a9d73eae1c22ca4747df22ac (diff) | |
download | debhelper-2e39e9f97ee75ac8427268b9fbffe3589d6ecfbc.tar.gz |
dh: Man page typo. Closes: #517549
Diffstat (limited to 'dh')
-rwxr-xr-x | dh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -187,7 +187,7 @@ default. This is how to use dh_pycentral instead. #!/usr/bin/make -f %: - dh --with python-central + dh --with python-central $@ =cut |