mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:27:35 +00:00
Userland: Fixed "id" usage error typo (#254)
This commit is contained in:
parent
806b91b444
commit
ce0b615bef
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ int main(int argc, char** argv)
|
|||
break;
|
||||
|
||||
default:
|
||||
fprintf(stderr, "usage: ls [-%s] [paths...]\n", valid_option_characters);
|
||||
fprintf(stderr, "usage: id [-%s]\n", valid_option_characters);
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue