aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/count.txt
diff options
context:
space:
mode:
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.