summaryrefslogtreecommitdiff
path: root/libexec/rtld-elf
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2020-05-31 21:56:07 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2020-05-31 21:56:07 +0000
commit72bef4d8c6ac216dea04828f30937add4a7eb109 (patch)
tree3f28865ccd552d1ce6e04891f49330840ec5b763 /libexec/rtld-elf
parentc8dd6c0599b71582b18df7edf14eef4400572b49 (diff)
downloadsrc-test2-72bef4d8c6ac216dea04828f30937add4a7eb109.tar.gz
src-test2-72bef4d8c6ac216dea04828f30937add4a7eb109.zip
rtld: Fix indent in print_usage().
Sponsored by: The FreeBSD Foundation MFC after: 1 week
Notes
Notes: svn path=/head/; revision=361676
Diffstat (limited to 'libexec/rtld-elf')
-rw-r--r--libexec/rtld-elf/rtld.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c
index 9c489019ca28..cf1110d47bd8 100644
--- a/libexec/rtld-elf/rtld.c
+++ b/libexec/rtld-elf/rtld.c
@@ -5735,15 +5735,15 @@ print_usage(const char *argv0)
{
rtld_printf("Usage: %s [-h] [-f <FD>] [-p] [--] <binary> [<args>]\n"
- "\n"
- "Options:\n"
- " -h Display this help message\n"
- " -f <FD> Execute <FD> instead of searching for <binary>\n"
- " -p Search in PATH for named binary\n"
- " -v Display identification information\n"
- " -- End of RTLD options\n"
- " <binary> Name of process to execute\n"
- " <args> Arguments to the executed process\n", argv0);
+ "\n"
+ "Options:\n"
+ " -h Display this help message\n"
+ " -f <FD> Execute <FD> instead of searching for <binary>\n"
+ " -p Search in PATH for named binary\n"
+ " -v Display identification information\n"
+ " -- End of RTLD options\n"
+ " <binary> Name of process to execute\n"
+ " <args> Arguments to the executed process\n", argv0);
}
/*