summaryrefslogtreecommitdiff
path: root/src/lib/create_cli.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/create_cli.cc')
-rw-r--r--src/lib/create_cli.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/create_cli.cc b/src/lib/create_cli.cc
index aec12e59e..7acd5756f 100644
--- a/src/lib/create_cli.cc
+++ b/src/lib/create_cli.cc
@@ -191,6 +191,10 @@ CreateCLI::CreateCLI (int argc, char* argv[])
return;
}
+ if (standard_string == "interop") {
+ standard = dcp::INTEROP;
+ }
+
if (content.empty()) {
error = String::compose("%1: no content specified", argv[0]);
return;