Skip to content

Commit 1aa8ae9

Browse files
committed
gridinit: Fix a misleading comment
1 parent a0abf95 commit 1aa8ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/gridinit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ static void
13361336
__parse_options(int argc, char ** args)
13371337
{
13381338
GError *error_local = NULL;
1339-
GOptionContext *context = g_option_context_new(" CONFIG_PATH [LOG4C_PATH]");
1339+
GOptionContext *context = g_option_context_new(" CONFIG_PATH");
13401340
g_option_context_add_main_entries(context, entries, NULL);
13411341
if (!g_option_context_parse(context, &argc, &args, &error_local)) {
13421342
g_print("option parsing failed: %s\n", error_local->message);

0 commit comments

Comments
 (0)