Message ID | 20250416201249.195f3e86@gandalf.local.home (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | trace-cmd completion: Fix trace-cmd report to show files | expand |
diff --git a/tracecmd/trace-cmd.bash b/tracecmd/trace-cmd.bash index 82a3b91dfd02..a7e81e0ded4a 100644 --- a/tracecmd/trace-cmd.bash +++ b/tracecmd/trace-cmd.bash @@ -237,7 +237,7 @@ __trace_cmd_report_complete() plugin_options "$cur" ;; *) - cmd_options report "$cur" + cmd_options_files report "$cur" ;; esac }