Fixed getopt string.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35589 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -996,7 +996,7 @@ main(int argc, const char* const* argv)
|
||||
};
|
||||
|
||||
opterr = 0; // don't print errors
|
||||
int c = getopt_long(argc, (char**)argv, "+acCfhi:klo:rsS:v:",
|
||||
int c = getopt_long(argc, (char**)argv, "+acCfhi:klo:rs:Sv:",
|
||||
sLongOptions, NULL);
|
||||
if (c == -1)
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user