aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2002-11-07 04:10:06 +0000
committerH. Peter Anvin <hpa@zytor.com>2002-11-07 04:10:06 +0000
commitacdd7cafcc8a90e15665caa4fd7768dc5a3a9958 (patch)
treee82fb4dead7b40d8189141f6025cb9c3f03cc2ee
parent14ef235eb0ad32644e746a2f17831d24d2a5f9b7 (diff)
downloadzisofs-tools-acdd7cafcc8a90e15665caa4fd7768dc5a3a9958.tar.gz
Add missing C: to optstringzisofs-tools-1.0.4
-rw-r--r--mkzftree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkzftree.c b/mkzftree.c
index 8adfdb7..34ba132 100644
--- a/mkzftree.c
+++ b/mkzftree.c
@@ -94,7 +94,7 @@ struct cmdline_options opt = {
const char *program;
/* Long options */
-#define OPTSTRING "fz:up:xXlLFvqV:hw"
+#define OPTSTRING "fz:up:xXC:lLFvqV:hw"
#ifdef HAVE_GETOPT_LONG
const struct option long_options[] = {
{ "force", 0, 0, 'f' },