summaryrefslogtreecommitdiff
path: root/source/common/getopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/common/getopt.c')
-rw-r--r--source/common/getopt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/common/getopt.c b/source/common/getopt.c
index e5b72174c0318..64c1fef6e58a8 100644
--- a/source/common/getopt.c
+++ b/source/common/getopt.c
@@ -47,6 +47,7 @@
* Option strings:
* "f" - Option has no arguments
* "f:" - Option requires an argument
+ * "f+" - Option has an optional argument
* "f^" - Option has optional single-char sub-options
* "f|" - Option has required single-char sub-options
*/