aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_opts.h
diff options
context:
space:
mode:
authorjozan <jozan@noemail.net>2020-11-08 21:01:25 +0000
committerjozan <jozan@noemail.net>2020-11-08 21:01:25 +0000
commitc0e8c884c1dccb892d8d60c38eeb2b703f7b4620 (patch)
tree382779595d194ee98cffdda2de2184aee855e946 /src/c_opts.h
parentAdded an option to subst extensions (diff)
downloadunixize-c0e8c884c1dccb892d8d60c38eeb2b703f7b4620.tar.gz
unixize-c0e8c884c1dccb892d8d60c38eeb2b703f7b4620.tar.bz2
unixize-c0e8c884c1dccb892d8d60c38eeb2b703f7b4620.tar.xz
unixize-c0e8c884c1dccb892d8d60c38eeb2b703f7b4620.tar.zst
unixize-c0e8c884c1dccb892d8d60c38eeb2b703f7b4620.zip
Subst stuff, no unicode and extended ascii
FossilOrigin-Name: bab9e11015d1fcbaf7336d1f6bc1fc8ef635b851939ba46860f6fe1a9cfaef9b
Diffstat (limited to '')
-rw-r--r--src/c_opts.h3
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"