diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-01-19 18:48:02 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-01-19 18:48:02 +0100 |
commit | 546959b142f506be7730c51a58213b74b7d991a8 (patch) | |
tree | fe7bd9837654020b1b34ac37e37a53f440d4bb56 /bin | |
parent | 4c88b1075addfa92b4539bf807a34e8474e1421b (diff) |
ct help: Fix path to perldoc (closes GH-4)
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |