diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2017-10-18 23:02:57 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2017-10-18 23:05:18 +0200 |
commit | 25007741c8a458567998744de87bdd55128da80f (patch) | |
tree | 737db586290af5e0f359d9756359b7f31b40d292 /cli/mmcli-sim.c | |
parent | fc40c059fa1e04006651cbccc0d3f4943e94abf7 (diff) |
mmcli,sim: force sync operation for the info action
Diffstat (limited to 'cli/mmcli-sim.c')
-rw-r--r-- | cli/mmcli-sim.c | 3 |
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; } |