From 5e34ba58c0c6821756308c09ddcbf08f8a775f3f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 30 Sep 2023 12:09:00 +0200 Subject: Add --no-encrypt with the same idea as the previous commit. --- src/lib/create_cli.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/create_cli.h') diff --git a/src/lib/create_cli.h b/src/lib/create_cli.h index dfc922b07..ee15fb0b8 100644 --- a/src/lib/create_cli.h +++ b/src/lib/create_cli.h @@ -63,6 +63,7 @@ private: boost::optional _template_name; std::string _name; Ratio const* _container_ratio = nullptr; + bool _no_encrypt = false; bool _encrypt = false; bool _twod = false; bool _threed = false; -- cgit v1.2.3