Skip to content

Commit

Permalink
ct help: Fix path to perldoc (closes GH-4)
Browse files Browse the repository at this point in the history
  • Loading branch information
derf committed Jan 19, 2011
1 parent 4c88b10 commit 546959b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ct
Expand Up @@ -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 {
Expand Down

0 comments on commit 546959b

Please sign in to comment.