Skip to content

Commit

Permalink
debugger: make the help output a bit more consistent
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 Oct 27, 2024
1 parent 1c5f08a commit 96d0b94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/debugger/cmd-help.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ _cmd_help(Debugger *self, gint argc, gchar *argv[])
" trace or t Trace this message along the configuration\n"
" info Display information about the current execution state\n"
" list or l Display source code at the current location\n"
" print, p Print the current log message\n"
" drop, d Drop the current message\n"
" quit, q Tell syslog-ng to exit\n"
" print or p Print the current log message using a template\n"
" drop or d Drop the current message\n"
" quit or q Tell syslog-ng to exit\n"
);
return TRUE;
}

0 comments on commit 96d0b94

Please sign in to comment.