summaryrefslogtreecommitdiffstats
path: root/apps/cms.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/cms.c')
-rw-r--r--apps/cms.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/cms.c b/apps/cms.c
index d15e203f9c..ddc3d5ec17 100644
--- a/apps/cms.c
+++ b/apps/cms.c
@@ -258,6 +258,8 @@ int MAIN(int argc, char **argv)
flags |= CMS_DEBUG_DECRYPT;
else if (!strcmp (*args, "-text"))
flags |= CMS_TEXT;
+ else if (!strcmp (*args, "-asciicrlf"))
+ flags |= CMS_ASCIICRLF;
else if (!strcmp (*args, "-nointern"))
flags |= CMS_NOINTERN;
else if (!strcmp (*args, "-noverify")