From 74ef1bc8ffaa0f40e70c580a7fc4533b1733e98d Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sun, 28 Apr 2013 15:59:21 -0700 Subject: [PATCH] Fix typos in count documentation --- doc_src/count.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_src/count.txt b/doc_src/count.txt index 7287e19b6..1484588a8 100644 --- a/doc_src/count.txt +++ b/doc_src/count.txt @@ -18,8 +18,8 @@ displayed, but if a help option is contained inside of a variable or is the result of expansion, it will simply be counted like any other argument. -Count exits with a non-zero exit status if no arguments where passed -to it, with zero otherwise. +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. \subsection count-example Example