From 1da723eaa28f58f6fb3d57a7eacc8d56be86b3cf Mon Sep 17 00:00:00 2001 From: John Whitington Date: Sat, 19 Apr 2025 16:19:15 +0100 Subject: [PATCH] Shorten name --- cpdfcommand.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpdfcommand.ml b/cpdfcommand.ml index 53aa785..3a24f0c 100644 --- a/cpdfcommand.ml +++ b/cpdfcommand.ml @@ -2281,7 +2281,7 @@ let specs = ("-decompress", Arg.Unit (setop Decompress), " Decompress"); - ("-decompress-just-content", + ("-just-content", Arg.Unit (fun () -> args.decompress_just_content <- true), " Decompress just content streams"); ("-compress",