diff options
Diffstat (limited to 'elf/dl-usage.c')
-rw-r--r-- | elf/dl-usage.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/elf/dl-usage.c b/elf/dl-usage.c index 907f068cfb..6e26818bd7 100644 --- a/elf/dl-usage.c +++ b/elf/dl-usage.c @@ -255,7 +255,12 @@ setting environment variables (which would be inherited by subprocesses).\n\ in LIST\n\ --audit LIST use objects named in LIST as auditors\n\ --preload LIST preload objects named in LIST\n\ - --argv0 STRING set argv[0] to STRING before running\n\ + --argv0 STRING set argv[0] to STRING before running\n" +#if HAVE_TUNABLES +"\ + --list-tunables list all tunables with minimum and maximum values\n" +#endif +"\ --help display this help and exit\n\ --version output version information and exit\n\ \n\ |