diff options
author | joey <joey> | 2003-03-03 21:30:37 +0000 |
---|---|---|
committer | joey <joey> | 2003-03-03 21:30:37 +0000 |
commit | 3aa6fbb20465d16cf23e1607b078ed3cedf95ebe (patch) | |
tree | 1734631097fb2beec39ee25db51706f2a05f385a /Debian | |
parent | 52eff396c8a1595a3d2940ac70bf3cc2b9cec798 (diff) | |
download | debhelper-3aa6fbb20465d16cf23e1607b078ed3cedf95ebe.tar.gz |
r576: * Rename debhelper.1 to debhelper.7.
* Typo, Closes: #183267
Diffstat (limited to 'Debian')
-rw-r--r-- | Debian/Debhelper/Dh_Getopt.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Debian/Debhelper/Dh_Getopt.pm b/Debian/Debhelper/Dh_Getopt.pm index 1e90e08a..53db13ae 100644 --- a/Debian/Debhelper/Dh_Getopt.pm +++ b/Debian/Debhelper/Dh_Getopt.pm @@ -19,7 +19,7 @@ my (%options, %exclude_package); sub showhelp { my $prog=basename($0); print "Usage: $prog [options]\n\n"; - print " $prog is a part of debhelper. See debhelper(1)\n"; + print " $prog is a part of debhelper. See debhelper(7)\n"; print " and $prog(1) for complete usage instructions.\n"; exit(1); } |