Skip to content

Commit

Permalink
debugger: clean up trace command
Browse files Browse the repository at this point in the history
Signed-off-by: Balazs Scheidler <balazs.scheidler@axoflow.com>
  • Loading branch information
bazsi committed Dec 10, 2024
1 parent 14b4d28 commit ebfaa60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/debugger/debugger.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ _cmd_help(Debugger *self, gint argc, gchar *argv[])
" step, s Single step\n"
" follow, f Follow this message, ignoring any other breakpoints\n"
" display Set the displayed message template\n"
" trace, t Display timing information as the message traverses the config\n"
" trace, t Trace this message along the configuration\n"
" print, p Print the current log message\n"
" drop, d Drop the current message\n"
" quit, q Tell syslog-ng to exit\n"
Expand Down

0 comments on commit ebfaa60

Please sign in to comment.