aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_opts.h
diff options
context:
space:
mode:
authorjozan <jozan@noemail.net>2020-11-14 20:41:46 +0000
committerjozan <jozan@noemail.net>2020-11-14 20:41:46 +0000
commite1ef4f457ca525be7176532db82369197a3149c4 (patch)
tree4a7c91b1b0bcb95cb48b58dfb89cd00f5cb5bf21 /src/c_opts.h
parentWorking on the man page (diff)
downloadunixize-e1ef4f457ca525be7176532db82369197a3149c4.tar.gz
unixize-e1ef4f457ca525be7176532db82369197a3149c4.tar.bz2
unixize-e1ef4f457ca525be7176532db82369197a3149c4.tar.xz
unixize-e1ef4f457ca525be7176532db82369197a3149c4.tar.zst
unixize-e1ef4f457ca525be7176532db82369197a3149c4.zip
Man in progress
FossilOrigin-Name: 632f4aea677b228d26ea6faaa6357e9740ecb14f54506a0073a28e353fd27b5f
Diffstat (limited to 'src/c_opts.h')
-rw-r--r--src/c_opts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_opts.h b/src/c_opts.h
index a3f0cd8..029fcaa 100644
--- a/src/c_opts.h
+++ b/src/c_opts.h
@@ -51,7 +51,7 @@
#define C_OPTS "ahiknprRve:"
#define C_RECURSIVE_CHAR 'r'
#define C_USAGE_FMT \
- "usage: unixize [-ahiknprRv] [-e version] [directory]\n"
+ "usage: unixize [-ahiknprRv] [-e ext] [directory]\n"
#define C_C_OPT_FMT \
"unixize: unsupported -e value '%s' (must be always 0, 1 or 2)\n"