Cleanup: Improve formatting of command line argument in the user manual

This commit is contained in:
Brecht Van Lommel
2025-09-26 17:52:53 +02:00
parent f7e7a5d09e
commit 24ef6a3776

View File

@@ -1315,7 +1315,7 @@ static int arg_handle_log_set(int argc, const char **argv, void * /*data*/)
static const char arg_handle_list_clog_cats_doc[] =
"\n"
"\tList all available logging categories for --log, and exit.\n";
"\tList all available logging categories for '--log', and exit.\n";
static int arg_handle_list_clog_cats(int /*argc*/, const char ** /*argv*/, void * /*data*/)
{