Fixed getopt string.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35589 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2010-02-23 19:00:52 +00:00
parent 6799b0bfe4
commit c645be3523
+1 -1
View File
@@ -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;