diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-06-04 23:08:09 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-06-04 23:08:09 +0000 |
commit | 2a115f6c06d812d7507e7df891ae994a8e731be8 (patch) | |
tree | 8bb42b11b371ae213b5558c8f2f363d6b47e2630 /ldso/util/ldconfig.c | |
parent | f68eb8d50b11310628f53a9378bf612e8d4bfa09 (diff) |
Add a new 'readelf' util I wrote this weekend.
-Erik
Diffstat (limited to 'ldso/util/ldconfig.c')
-rw-r--r-- | ldso/util/ldconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ldso/util/ldconfig.c b/ldso/util/ldconfig.c index 58f9cb10b..8ea344043 100644 --- a/ldso/util/ldconfig.c +++ b/ldso/util/ldconfig.c @@ -617,7 +617,7 @@ int main(int argc, char **argv) /* allow me to introduce myself, hi, my name is ... */ if (verbose > 0) - printf("%s: version %s\n", argv[0], VERSION); + printf("%s: uClibc version\n", argv[0]); if (printcache) { |