aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lzma/args.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lzma/args.c b/src/lzma/args.c
index d6163ae7..24fc0939 100644
--- a/src/lzma/args.c
+++ b/src/lzma/args.c
@@ -68,7 +68,7 @@ enum {
};
-static const char short_opts[] = "cC:dfFhlLkqrStT:vVz123456789";
+static const char short_opts[] = "cC:dfF:hlLkM:qrS:tT:vVz123456789";
static const struct option long_opts[] = {