aboutsummaryrefslogtreecommitdiff
path: root/source/1.0/src/shflags
diff options
context:
space:
mode:
authorkate.ward <kate.ward@forestent.com>2013-01-01 22:05:32 +0000
committerkate.ward <kate.ward@forestent.com>2013-01-01 22:05:32 +0000
commit4eb31357b818b6f0779dc5e3018035f9d66e0f28 (patch)
tree3cd5f966d5465157b38abfec77941ef12eaaed51 /source/1.0/src/shflags
parent26aabaeefc4739da49d948823f785c3b93f68202 (diff)
downloadshflags-4eb31357b818b6f0779dc5e3018035f9d66e0f28.tar.gz
fixed a comment
Diffstat (limited to 'source/1.0/src/shflags')
-rw-r--r--source/1.0/src/shflags2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/1.0/src/shflags b/source/1.0/src/shflags
index 4177ac9..4755b11 100644
--- a/source/1.0/src/shflags
+++ b/source/1.0/src/shflags
@@ -680,7 +680,7 @@ _flags_parseGetopt()
eval set -- "$@"
fi
- # provide user with number of arguments to shift by later
+ # Provide user with the number of arguments to shift by later.
# NOTE: the FLAGS_ARGC variable is obsolete as of 1.0.3 because it does not
# properly give user access to non-flag arguments mixed in between flag
# arguments. Its usage was replaced by FLAGS_ARGV, and it is being kept only