diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-17 12:45:58 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-27 15:13:38 -0500 |
commit | 4d38e9c71cd0f8e345cbfbc23ea1122c3f8681c1 (patch) | |
tree | 16b5e549682af4e54677da0a8d9e7a4ec80dace9 /dh | |
parent | 7d0a350df1c682f2647ec15c765e1c56d5284fe9 (diff) | |
download | debhelper-4d38e9c71cd0f8e345cbfbc23ea1122c3f8681c1.tar.gz |
can use a hyphen here
(cherry picked from commit 057cdfd0ff9f4bc6f7c07cf4968a2ef52a59d0c0)
Diffstat (limited to 'dh')
-rwxr-xr-x | dh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -196,7 +196,7 @@ default. This is how to use dh_pycentral instead. #!/usr/bin/make -f %: - dh --with python_central + dh --with python-central =cut |