From cefb8834bb097261993c8f5ef918fb0041eb8f7f Mon Sep 17 00:00:00 2001 From: Joelle Maslak Date: Fri, 26 Apr 2019 20:54:04 -0600 Subject: Fix comment --- challenge-005/joelle-maslak/perl5/ch-1.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'challenge-005') 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; +# perl ch-1.pl; # # 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 # -- cgit