aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_opts.h
diff options
context:
space:
mode:
authorjozan <jozan@noemail.net>2020-11-12 21:49:33 +0000
committerjozan <jozan@noemail.net>2020-11-12 21:49:33 +0000
commit443408f1874df0854234cd5cfdcac74cb942c7ae (patch)
tree1343001318cc87a5fb301a71006d76fc82d44ad0 /src/c_opts.h
parentUpdate (diff)
downloadunixize-443408f1874df0854234cd5cfdcac74cb942c7ae.tar.gz
unixize-443408f1874df0854234cd5cfdcac74cb942c7ae.tar.bz2
unixize-443408f1874df0854234cd5cfdcac74cb942c7ae.tar.xz
unixize-443408f1874df0854234cd5cfdcac74cb942c7ae.tar.zst
unixize-443408f1874df0854234cd5cfdcac74cb942c7ae.zip
New option to show what's untouched
FossilOrigin-Name: 1c121981ba14829f2a8a2008e94f721609b8033f7487100e1eff20efb7736b61
Diffstat (limited to '')
-rw-r--r--src/c_opts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c_opts.h b/src/c_opts.h
index f53d09c..a3f0cd8 100644
--- a/src/c_opts.h
+++ b/src/c_opts.h
@@ -48,10 +48,10 @@
#include "c_unixize.h"
-#define C_OPTS "ahiknpRve:"
+#define C_OPTS "ahiknprRve:"
#define C_RECURSIVE_CHAR 'r'
#define C_USAGE_FMT \
- "usage: unixize [-ahiknpRv] [-e version] [directory]\n"
+ "usage: unixize [-ahiknprRv] [-e version] [directory]\n"
#define C_C_OPT_FMT \
"unixize: unsupported -e value '%s' (must be always 0, 1 or 2)\n"