aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/count.txt
diff options
context:
space:
mode:
authorGravatar Mark Griffiths <mark@thebespokepixel.com>2014-08-27 00:30:08 +0100
committerGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-03 14:43:27 +0100
commitc39fe3433bf73aa2562fb366cc82bc9c3cc6616a (patch)
treea3ce849f1c215d56164c60419192f17f3f207e99 /doc_src/count.txt
parent668fa66d78d9848578119f512fbe012bedaa972a (diff)
Various additions and fixes
Diffstat (limited to 'doc_src/count.txt')
-rw-r--r--doc_src/count.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_src/count.txt b/doc_src/count.txt
index 9f904311..279ead7d 100644
--- a/doc_src/count.txt
+++ b/doc_src/count.txt
@@ -9,7 +9,7 @@ count $VARIABLE
`count` prints the number of arguments that were passed to it. This is usually used to find out how many elements an environment variable array contains.
-`count` does not accept any options, including '`-h`'.
+`count` does not accept any options, including `-h` or `--help`.
`count` exits with a non-zero exit status if no arguments were passed to it, and with zero if at least one argument was passed.