Fix terminal -t option to actually take the next argulent and not -t itself as a parameter.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38309 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
dbbd40614e
commit
289159df8c
@ -52,7 +52,7 @@ Arguments::Parse(int argc, const char* const* argv)
|
||||
if (argi >= argc)
|
||||
fUsageRequested = true;
|
||||
else
|
||||
fTitle = argv[argi++];
|
||||
fTitle = argv[++argi];
|
||||
|
||||
} else if (strcmp(arg, "-f") == 0 || strcmp(arg, "--fullscreen")
|
||||
== 0)
|
||||
|
Loading…
Reference in New Issue
Block a user