diff options
Diffstat (limited to 'src/c_opts.h')
-rw-r--r-- | src/c_opts.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/c_opts.h b/src/c_opts.h index 16ec1de..6587f51 100644 --- a/src/c_opts.h +++ b/src/c_opts.h @@ -50,7 +50,8 @@ #define C_OPTS "ahinpRve:" #define C_RECURSIVE_CHAR 'r' -#define C_USAGE_FMT "usage: unixize [-%s] [-e version] [directory]\n" +#define C_USAGE_FMT \ + "usage: unixize [-ahinpRv] [-e version] [directory]\n" #define C_C_OPT_FMT \ "unixize: unsupported -e value '%s' (must be always 0, 1 or 2)\n" |