aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad S Anwar <Mohammad.Anwar@yahoo.com>2019-10-10 14:10:29 +0100
committerGitHub <noreply@github.com>2019-10-10 14:10:29 +0100
commit3cb84ac2edab1c5ad39efa41bcf6451c9020d45c (patch)
tree73bcaf5c9b20179c8a3d305ffaee510670fb46bd
parent6173059ce1f91bd046b74f9498232834e0205a49 (diff)
parent60e88f0338ef44fe2ff9bca2bf09ffcaa59e256e (diff)
downloadperlweeklychallenge-club-3cb84ac2edab1c5ad39efa41bcf6451c9020d45c.tar.gz
perlweeklychallenge-club-3cb84ac2edab1c5ad39efa41bcf6451c9020d45c.tar.bz2
perlweeklychallenge-club-3cb84ac2edab1c5ad39efa41bcf6451c9020d45c.zip
Merge pull request #740 from duanepowell/pwc29
Properly escape usage() example
-rwxr-xr-xchallenge-029/duane-powell/perl5/ch-1.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-029/duane-powell/perl5/ch-1.pl b/challenge-029/duane-powell/perl5/ch-1.pl
index 2b963f3e41..cf43756488 100755
--- a/challenge-029/duane-powell/perl5/ch-1.pl
+++ b/challenge-029/duane-powell/perl5/ch-1.pl
@@ -16,7 +16,7 @@ Note: 'brace-expansion' must be quoted to surpress bash brace expansion, ironic.
Examples:
$0 'Perl {Daily,Weekly,Monthly,Yearly} Challenge' # PWC 29
$0 'It{{em,alic}iz,erat}e{d,}' # test from RosettaCode
- $0 '{,{,gotta have{ ,\, again\, }}more }cowbell!' # ''
+ $0 '{,{,gotta have{ ,\\, again\\, }}more }cowbell!' # ''
$0 'mkdir -p ~/project/{src,docs,test,foo}' # practical usage
$0 'apt-get install lib{file-find-rule,test-more}-perl' # ''
EOU