mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 08:30:59 +00:00
Copy from back
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@13433 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f86f173c2b
commit
55013f0c7a
1 changed files with 10 additions and 2 deletions
12
Tools/gpbs.m
12
Tools/gpbs.m
|
@ -1034,9 +1034,17 @@ init(int argc, char** argv)
|
|||
exit(0);
|
||||
}
|
||||
else if ([a isEqualToString: @"--no-fork"] == YES)
|
||||
debug++;
|
||||
{
|
||||
debug++;
|
||||
}
|
||||
else if ([a isEqualToString: @"--verbose"] == YES)
|
||||
verbose++;
|
||||
{
|
||||
verbose++;
|
||||
}
|
||||
else if ([a hasPrefix: @"-"] == YES)
|
||||
{
|
||||
count++; // Skip user default specification
|
||||
}
|
||||
else if ([a length] > 0)
|
||||
{
|
||||
printf("gpbs - GNU Pasteboard server\n");
|
||||
|
|
Loading…
Reference in a new issue