diff options
Diffstat (limited to 'src/cmds/pe_cmd_ar.c')
-rw-r--r-- | src/cmds/pe_cmd_ar.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmds/pe_cmd_ar.c b/src/cmds/pe_cmd_ar.c index ae855fa..9d9423b 100644 --- a/src/cmds/pe_cmd_ar.c +++ b/src/cmds/pe_cmd_ar.c @@ -29,6 +29,9 @@ static int pe_cmd_ar_perform_unit_actions( if (action == PERK_DRIVER_AR_LIST_MEMBERS) { pe_ar_fn = pe_ar_list_members; + + } else if (action == PERK_DRIVER_AR_PRINT_ARCHIVE) { + pe_ar_fn = pe_ar_print_members; } if (pe_ar_fn(arctx->armeta,members) < 0) { |