make --wire argument mandatory
This commit is contained in:
parent
3e1906695f
commit
fbc685a76c
@ -1095,11 +1095,12 @@ main (int argc,
|
||||
"restart",
|
||||
"restart audit from the beginning (required on first run)",
|
||||
&restart),
|
||||
GNUNET_GETOPT_option_string ('w',
|
||||
GNUNET_GETOPT_option_mandatory
|
||||
(GNUNET_GETOPT_option_string ('w',
|
||||
"wire",
|
||||
"PLUGINNAME",
|
||||
"name of the wire plugin to use",
|
||||
&wire_plugin),
|
||||
&wire_plugin)),
|
||||
GNUNET_GETOPT_OPTION_END
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user