summaryrefslogtreecommitdiff
path: root/src/lib/create_cli.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-09-30 12:09:00 +0200
committerCarl Hetherington <cth@carlh.net>2023-09-30 12:09:00 +0200
commit5e34ba58c0c6821756308c09ddcbf08f8a775f3f (patch)
treefeea07035af7f527f1a0463162dfa39373b9e7cf /src/lib/create_cli.h
parentdec7ad14997421accfe0ff9f382f9ffcb4e61ec2 (diff)
Add --no-encrypt with the same idea as the previous commit.
Diffstat (limited to 'src/lib/create_cli.h')
-rw-r--r--src/lib/create_cli.h1
1 files changed, 1 insertions, 0 deletions
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<std::string> _template_name;
std::string _name;
Ratio const* _container_ratio = nullptr;
+ bool _no_encrypt = false;
bool _encrypt = false;
bool _twod = false;
bool _threed = false;