summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-01-19 18:48:02 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-01-19 18:48:02 +0100
commit546959b142f506be7730c51a58213b74b7d991a8 (patch)
treefe7bd9837654020b1b34ac37e37a53f440d4bb56
parent4c88b1075addfa92b4539bf807a34e8474e1421b (diff)
ct help: Fix path to perldoc (closes GH-4)
-rwxr-xr-xbin/ct2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ct b/bin/ct
index c4deb24..c4475ed 100755
--- a/bin/ct
+++ b/bin/ct
@@ -766,7 +766,7 @@ function pkg_debug {
}
function pkg_help {
- echo "See 'man ${self:t}' or 'perldoc -F ${self_path}/man/1/ct'"
+ echo "See 'man ${self:t}' or 'perldoc -F ${self_path}/man/1/ct.pod'"
}
function pkg_info {