diff options
Diffstat (limited to 'elf/ldd.bash.in')
-rw-r--r-- | elf/ldd.bash.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/elf/ldd.bash.in b/elf/ldd.bash.in index e6015f55e6..aeceae8592 100644 --- a/elf/ldd.bash.in +++ b/elf/ldd.bash.in @@ -51,7 +51,8 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -d, --data-relocs process data relocations -r, --function-relocs process data and function relocations -v, --verbose print all information -Report bugs using the \`glibcbug' script to <bugs@gnu.org>." +For bug reporting instructions, please see: +<http://www.gnu.org/software/libc/bugs.html>." exit 0 ;; -d | --d | --da | --dat | --data | --data- | --data-r | --data-re | \ |