aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2018-03-18 11:33:37 -0700
committerkatherine <shmibs@shmibbles.me>2018-03-18 11:33:37 -0700
commit3c5673a2bbba83dbc672b53a20df0dd3f2c457a9 (patch)
tree720a664234b582649eaf85214a76a2999085408b /doc
parent2d02ac769cfc65690892ecefe91e8bada9f20971 (diff)
downloadsimple-opt-3c5673a2bbba83dbc672b53a20df0dd3f2c457a9.tar.gz
improve phrasing
Diffstat (limited to 'doc')
-rw-r--r--doc/example.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/example.c b/doc/example.c
index 878dbb6..426515a 100644
--- a/doc/example.c
+++ b/doc/example.c
@@ -19,9 +19,9 @@ int main(int argc, char **argv)
{ SIMPLE_OPT_END },
};
- /* contains an enum for identifying simple_opt_parse's return value as well
- * as the argv index of the first non-option and information relevant for
- * error handling */
+ /* contains an enum for identifying simple_opt_parse's return value, an
+ * array of the cli arguments which were not parsed as options, and
+ * information relevant for error handling */
struct simple_opt_result result;
int i;