aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cli/mmcli-sim.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/mmcli-sim.c b/cli/mmcli-sim.c
index d8db968d..c8713743 100644
--- a/cli/mmcli-sim.c
+++ b/cli/mmcli-sim.c
@@ -124,6 +124,9 @@ mmcli_sim_options_enabled (void)
exit (EXIT_FAILURE);
}
+ if (info_flag)
+ mmcli_force_sync_operation ();
+
checked = TRUE;
return !!n_actions;
}