mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 18:58:40 +00:00
Update help message in rev.c
Removed example usage from help message.
This commit is contained in:
parent
960f6922ba
commit
823b14d016
1 changed files with 0 additions and 1 deletions
|
|
@ -26,7 +26,6 @@ int main(int argc, char *argv[]) {
|
|||
if (argc == 2 && strcmp(argv[1], "--help") == 0) {
|
||||
printf("Reverses the contents of a file or text\n");
|
||||
printf("Usage: rev [file]\n");
|
||||
printf(" echo text | rev\n");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue