Permalink
Browse files

typo: trailing->tail

  • Loading branch information...
1 parent 5e4afa4 commit 8cee0f6418b06aa8c8d89479e8181434dacbdd4e @karlkeefer karlkeefer committed Jun 2, 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
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.

0 comments on commit 8cee0f6

Please sign in to comment.