Userland: Fixed "id" usage error typo (#254)

This commit is contained in:
Rhin 2019-06-30 00:36:14 -05:00 committed by Andreas Kling
parent 806b91b444
commit ce0b615bef
Notes: sideshowbarker 2024-07-19 13:26:35 +09:00

View File

@ -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;
}
}