From 1cf5033c99d522bce54ffd2ed68e00ba50de6420 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil <33750417+thattil@users.noreply.github.com> Date: Tue, 3 Sep 2019 12:53:22 +0200 Subject: [PATCH] depreciated flags to romode, not readout --- slsDetectorSoftware/include/CmdProxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slsDetectorSoftware/include/CmdProxy.h b/slsDetectorSoftware/include/CmdProxy.h index c552b5d89..9d5044b2e 100644 --- a/slsDetectorSoftware/include/CmdProxy.h +++ b/slsDetectorSoftware/include/CmdProxy.h @@ -148,7 +148,7 @@ class CmdProxy { {"outdir", "fpath"}, {"fileformat", "fformat"}, {"overwrite", "foverwrite"}, - {"flags", "readout"}}; + {"flags", "romode"}}; void WrongNumberOfParameters(size_t expected);