aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2017-10-18 23:02:57 +0200
committerAleksander Morgado <aleksander@aleksander.es>2017-10-18 23:05:18 +0200
commit25007741c8a458567998744de87bdd55128da80f (patch)
tree737db586290af5e0f359d9756359b7f31b40d292
parentfc40c059fa1e04006651cbccc0d3f4943e94abf7 (diff)
mmcli,sim: force sync operation for the info action
-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;
}