Skip to content

Commit 83b8d5a

Browse files
committed
astyle #2
1 parent bf0b4a4 commit 83b8d5a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/main.c

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,8 +451,10 @@ static const struct argp_option options[] = {
451451
{"no-rig", 'r', 0, 0, "Start without radio control" },
452452
{"list", 'l', 0, 0, "List built-in contests" },
453453
{"sync", 's', "URL", 0, "Synchronize log with other node" },
454-
{"debug", 'd', "LEVEL (0..4)", 0,
455-
"Debug level (Off, Error, Warn, Info, Debug)" },
454+
{
455+
"debug", 'd', "LEVEL (0..4)", 0,
456+
"Debug level (Off, Error, Warn, Info, Debug)"
457+
},
456458
{"verbose", 'v', 0, 0, "Produce verbose output" },
457459
{ 0 }
458460
};

0 commit comments

Comments
 (0)