diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2020-05-31 21:34:21 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2020-05-31 21:34:21 +0000 |
| commit | f393ade7c8b63eb94738f8aef636ad9daaeafdef (patch) | |
| tree | 412e5a714c375c627dfb0195000d46afcf7d3d25 /libexec | |
| parent | 1f93e931d9f0c688f43f98ef777e04636a325526 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rtld-elf/rtld.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c index 0b615cd1713a..13812cf6fba0 100644 --- a/libexec/rtld-elf/rtld.c +++ b/libexec/rtld-elf/rtld.c @@ -5714,12 +5714,12 @@ static void print_usage(const char *argv0) { - rtld_printf("Usage: %s [-h] [-f <FD>] [--] <binary> [<args>]\n" + rtld_printf("Usage: %s [-h] [-f <FD>] [-p] [--] <binary> [<args>]\n" "\n" "Options:\n" " -h Display this help message\n" - " -p Search in PATH for named binary\n" " -f <FD> Execute <FD> instead of searching for <binary>\n" + " -p Search in PATH for named binary\n" " -- End of RTLD options\n" " <binary> Name of process to execute\n" " <args> Arguments to the executed process\n", argv0); |
