Skip to content
Snippets Groups Projects
Commit 85fccf00 authored by Eric Cano's avatar Eric Cano
Browse files

Fixed typo in parameter name.

parent 23d36a2e
Branches
Tags
No related merge requests found
......@@ -29,7 +29,7 @@ CommandLineParams::CommandLineParams(int argc, char** argv):
helpRequested(false){
struct ::option longopts[] = {
// { .name, .has_args, .flag, .val } (see getopt.h))
{ "foregroud", no_argument, NULL, 'f' },
{ "foreground", no_argument, NULL, 'f' },
{ "config", required_argument, NULL, 'c' },
{ "help", no_argument, NULL, 'h' },
{ "stdout", no_argument, NULL, 's' },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment