Permalink
Browse files

Merge pull request #136 from karlkeefer/patch-1

typo: trailing->tail
  • Loading branch information...
2 parents c2642ce + 8cee0f6 commit eaf7f249ecf5789f8fb183e377b239aa9a6a5dbf @mmcgrana committed Jun 5, 2016
Showing with 1 addition and 1 deletion.
  1. +1 −1 examples/command-line-flags/command-line-flags.sh
View
2 examples/command-line-flags/command-line-flags.sh
@@ -36,7 +36,7 @@ word: opt
numb: 42 numb: 42
fork: false fork: false
svar: bar svar: bar
-trailing: [a1 a2 a3 -numb=7] +tail: [a1 a2 a3 -numb=7]
# Use `-h` or `--help` flags to get automatically # Use `-h` or `--help` flags to get automatically
# generated help text for the command-line program. # generated help text for the command-line program.

0 comments on commit eaf7f24

Please sign in to comment.