Subject: | typos in cpan help |
Hi,
the attached patch is against the 1.9301 version of CPAN.pm. It fixes
two typos and adds a help message for the »get« command.
Thanks, Frank
Subject: | CPAN.pm.diff |
--- CPAN.pm.old 2009-01-07 13:39:59.000000000 +0100
+++ CPAN.pm 2009-01-07 13:44:42.000000000 +0100
@@ -923,7 +923,7 @@
'?' => \"help",
'!' => "eval the rest of the line as perl",
a => "whois author",
- autobundle => "wtite inventory into a bundle file",
+ autobundle => "write inventory into a bundle file",
b => "info about bundle",
bye => \"quit",
clean => "clean up a distribution's build directory",
@@ -934,6 +934,7 @@
failed => "list all failed actions within current session",
fforce => "redo a command from scratch",
force => "redo a command",
+ get => "download a distribution",
h => \"help",
help => "overview over commands; 'help ...' explains specific commands",
hosts => "statistics about recently used hosts",
@@ -952,7 +953,7 @@
q => \"quit",
quit => "leave the cpan shell",
r => "review over upgradeable modules",
- readme => "display the README of a distro woth a pager",
+ readme => "display the README of a distro with a pager",
recent => "show recent uploads to the CPAN",
# recompile
reload => "'reload cpan' or 'reload index'",