fix cat-client CLI arguments

This commit is contained in:
Martin Michelsen
2023-03-09 11:38:20 -08:00
parent dc9112dfdd
commit 60dd22a7f6
+2 -1
View File
@@ -402,7 +402,8 @@ static bool behavior_takes_input_filename(Behavior b) {
(b == Behavior::FORMAT_ITEMRT_REL) || (b == Behavior::FORMAT_ITEMRT_REL) ||
(b == Behavior::EXTRACT_GSL) || (b == Behavior::EXTRACT_GSL) ||
(b == Behavior::PARSE_OBJECT_GRAPH) || (b == Behavior::PARSE_OBJECT_GRAPH) ||
(b == Behavior::REPLAY_LOG); (b == Behavior::REPLAY_LOG) ||
(b == Behavior::CAT_CLIENT);
} }
static bool behavior_takes_output_filename(Behavior b) { static bool behavior_takes_output_filename(Behavior b) {