aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_opts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_opts.h')
-rw-r--r--src/c_opts.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/c_opts.h b/src/c_opts.h
index b7d734f..16ec1de 100644
--- a/src/c_opts.h
+++ b/src/c_opts.h
@@ -48,9 +48,11 @@
#include "c_unixize.h"
-#define C_OPTS "ahinpRv"
+#define C_OPTS "ahinpRve:"
#define C_RECURSIVE_CHAR 'r'
-#define C_USAGE_FMT "usage: unixize [-%s] [directory]\n"
+#define C_USAGE_FMT "usage: unixize [-%s] [-e version] [directory]\n"
+#define C_C_OPT_FMT \
+ "unixize: unsupported -e value '%s' (must be always 0, 1 or 2)\n"
bool_t c_get_opts(struct opts_s*, int, const char*[]);