summaryrefslogtreecommitdiff
path: root/support/popt.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/popt.h')
-rw-r--r--support/popt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/popt.h b/support/popt.h
index aee7ccbd..64c7b806 100644
--- a/support/popt.h
+++ b/support/popt.h
@@ -19,7 +19,7 @@
to callback, descrip points to
callback data to pass */
#define POPT_ARG_MASK 0x0000FFFF
-#define POPT_ARGFLAG_MULTIPLE 0x80000000
+#define POPT_ARGFLAG_ONEDASH 0x80000000 /* allow -longoption */
#define POPT_ERROR_NOARG -10
#define POPT_ERROR_BADOPT -11