diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-10-05 01:55:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-10-05 01:55:45 +0000 |
commit | 43fc8f18c7898966fce3cc4a19908a61a8186f07 (patch) | |
tree | 5201ce4931d0813e81ac2a22d08f14822475df58 /elf/ldd.bash.in | |
parent | c159de629ee1c310dba739a7efe86cd8369db2c0 (diff) | |
download | glibc-43fc8f18c7898966fce3cc4a19908a61a8186f07.tar.gz glibc-43fc8f18c7898966fce3cc4a19908a61a8186f07.tar.xz glibc-43fc8f18c7898966fce3cc4a19908a61a8186f07.zip |
Update.
1999-10-04 Ulrich Drepper <drepper@cygnus.com> * malloc/Makefile: Add rule to generate memprof script. * malloc/memprof.sh: New file. * elf/ldd.bash.in: Add "Usage: " in help message to comply with GNU standard.
Diffstat (limited to 'elf/ldd.bash.in')
-rw-r--r-- | elf/ldd.bash.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/ldd.bash.in b/elf/ldd.bash.in index 85e0f88fa0..d296fb0ef4 100644 --- a/elf/ldd.bash.in +++ b/elf/ldd.bash.in @@ -44,7 +44,7 @@ Written by Roland McGrath and Ulrich Drepper." exit 0 ;; --h | --he | --hel | --help) - echo $"ldd [OPTION]... FILE... + echo $"Usage: ldd [OPTION]... FILE... --help print this help and exit --version print version information and exit -d, --data-relocs process data relocations |