aboutsummaryrefslogtreecommitdiff
path: root/challenge-005
diff options
context:
space:
mode:
Diffstat (limited to 'challenge-005')
-rwxr-xr-xchallenge-005/joelle-maslak/perl5/ch-1.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/challenge-005/joelle-maslak/perl5/ch-1.pl b/challenge-005/joelle-maslak/perl5/ch-1.pl
index 8a73c8e4d3..e77abe7b4a 100755
--- a/challenge-005/joelle-maslak/perl5/ch-1.pl
+++ b/challenge-005/joelle-maslak/perl5/ch-1.pl
@@ -13,18 +13,18 @@ if ( @ARGV < 1 or @ARGV > 2 ) { die("Provide letters to use and (optionally
# To call this application:
#
-# perl6 ch-1.pl; <letters> <filename>
+# perl ch-1.pl; <letters> <filename>
#
# If you want to use /usr/share/dict/words as the word list, you can
# omit the filename.
#
# Example:
#
-# perl6 ch-1.pl binary
+# perl ch-1.pl binary
#
# which is equivilent to:
#
-# perl6 ch-1.pl binary /usr/share/dict/words
+# perl ch-1.pl binary /usr/share/dict/words
#
# With my Unix dictionary (English), it returns binary and brainy
#