typo: trailing->tail #136

Merged
merged 1 commit into from Jun 5, 2016

typo: trailing->tail

commit 8cee0f6418b06aa8c8d89479e8181434dacbdd4e @karlkeefer karlkeefer committed Jun 2, 2016
View
2 examples/command-line-flags/command-line-flags.sh
@@ -36,7 +36,7 @@ word: opt
numb: 42
fork: false
svar: bar
-trailing: [a1 a2 a3 -numb=7]
+tail: [a1 a2 a3 -numb=7]
# Use `-h` or `--help` flags to get automatically
# generated help text for the command-line program.