rtld: Fix indent in print_usage().
Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
c8dd6c0599
commit
72bef4d8c6
@ -5735,15 +5735,15 @@ print_usage(const char *argv0)
|
|||||||
{
|
{
|
||||||
|
|
||||||
rtld_printf("Usage: %s [-h] [-f <FD>] [-p] [--] <binary> [<args>]\n"
|
rtld_printf("Usage: %s [-h] [-f <FD>] [-p] [--] <binary> [<args>]\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
" -h Display this help message\n"
|
" -h Display this help message\n"
|
||||||
" -f <FD> Execute <FD> instead of searching for <binary>\n"
|
" -f <FD> Execute <FD> instead of searching for <binary>\n"
|
||||||
" -p Search in PATH for named binary\n"
|
" -p Search in PATH for named binary\n"
|
||||||
" -v Display identification information\n"
|
" -v Display identification information\n"
|
||||||
" -- End of RTLD options\n"
|
" -- End of RTLD options\n"
|
||||||
" <binary> Name of process to execute\n"
|
" <binary> Name of process to execute\n"
|
||||||
" <args> Arguments to the executed process\n", argv0);
|
" <args> Arguments to the executed process\n", argv0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user