mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
analyze-dlopen-metadata: honor --no-legend and --no-pager
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
a895fb38bb
commit
b9be45f926
@@ -64,7 +64,7 @@ int verb_dlopen_metadata(int argc, char *argv[], void *userdata) {
|
||||
return table_log_add_error(r);
|
||||
}
|
||||
|
||||
r = table_print(t, NULL);
|
||||
r = table_print_with_pager(t, SD_JSON_FORMAT_OFF, arg_pager_flags, arg_legend);
|
||||
if (r < 0)
|
||||
return table_log_print_error(r);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user