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 ] [--] []\n" + rtld_printf("Usage: %s [-h] [-f ] [-p] [--] []\n" "\n" "Options:\n" " -h Display this help message\n" - " -p Search in PATH for named binary\n" " -f Execute instead of searching for \n" + " -p Search in PATH for named binary\n" " -- End of RTLD options\n" " Name of process to execute\n" " Arguments to the executed process\n", argv0);