mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-07 10:20:29 +00:00
Remove -f from loader usage
-f was removed in 1.5. As there is now only one flag, a couple more bytes can be shaved off as well.
This commit is contained in:
parent
f94c11d978
commit
2914b66ec1
1 changed files with 4 additions and 4 deletions
|
@ -936,13 +936,13 @@ __attribute__((__noreturn__)) static void ShowUsage(int os, int fd, int rc) {
|
|||
"\n"
|
||||
"USAGE\n"
|
||||
"\n"
|
||||
" ape [FLAGS] PROG [ARGV1,ARGV2,...]\n"
|
||||
" ape [FLAGS] - PROG [ARGV0,ARGV1,...]\n"
|
||||
" ape -h\n"
|
||||
" ape PROG [ARGV1,ARGV2,...]\n"
|
||||
" ape - PROG [ARGV0,ARGV1,...]\n"
|
||||
"\n"
|
||||
"FLAGS\n"
|
||||
"\n"
|
||||
" -h show this help\n"
|
||||
" -f force loading of program (do not use execve)\n"
|
||||
"\n",
|
||||
0l);
|
||||
Exit(rc, os);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue