Rename ostinato option -s to -c (controller only)
This commit is contained in:
parent
92d4c260a0
commit
847af21c43
@ -31,10 +31,10 @@ int Params::parseCommandLine(int argc, char* argv[])
|
||||
int c, n = 0;
|
||||
|
||||
opterr = 0;
|
||||
while ((c = getopt (argc, argv, "s")) != -1) {
|
||||
while ((c = getopt (argc, argv, "c")) != -1) {
|
||||
switch (c)
|
||||
{
|
||||
case 's':
|
||||
case 'c':
|
||||
localDrone_ = false;
|
||||
break;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user