mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-09 15:50:59 +00:00
fix typo
This commit is contained in:
parent
964cd4e5c5
commit
15270e460b
1 changed files with 1 additions and 1 deletions
|
@ -855,7 +855,7 @@ main(int argc, char **argv, char **env)
|
|||
|
||||
if (![@"help" isEqual: opt])
|
||||
{
|
||||
GSPrintf(stderr, @"Unknown option:\ '%@'\n", opt);
|
||||
GSPrintf(stderr, @"Unknown option: '%@'\n", opt);
|
||||
}
|
||||
GSPrintf(stderr, @"Usage:\n");
|
||||
GSPrintf(stderr, [NSString stringWithFormat:
|
||||
|
|
Loading…
Reference in a new issue