commit | d7582e69da222e48002ef79ec1d97d55fc469dd6 | [log] [tgz] |
---|---|---|
author | Felix Dietrich <felix.dietrich@sperrhaken.name> | Tue Jun 02 22:55:19 2015 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jun 11 14:31:48 2015 +0800 |
tree | 4db228a827c8c8037d73fcfc5a13dd7a6b72d30c | |
parent | fe393c0f9ab72de5a7d32aab53e5e8275cad8735 [diff] |
man: Fix description of getopts when last argument reached The description of getops in the manual incorrectly states that var will be set to "--" when no arguments remain. In fact it will be set to "?". Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>