diff options
author | Anders Broman <anders.broman@ericsson.com> | 2006-05-28 20:28:20 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2006-05-28 20:28:20 +0000 |
commit | f68d6e4c8cc08f1fe570d15e2185d339c81883b8 (patch) | |
tree | 2b6a6711cc2ff394c41a98f47a388466a433bccd /capinfos.c | |
parent | 996d4db495e60df8a627097e3885acdce209132c (diff) | |
download | wireshark-f68d6e4c8cc08f1fe570d15e2185d339c81883b8.tar.gz wireshark-f68d6e4c8cc08f1fe570d15e2185d339c81883b8.tar.bz2 wireshark-f68d6e4c8cc08f1fe570d15e2185d339c81883b8.zip |
Ethereal->Wireshark
svn path=/trunk/; revision=18235
Diffstat (limited to 'capinfos.c')
-rw-r--r-- | capinfos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/capinfos.c b/capinfos.c index 4aa6b69b20..71830439ff 100644 --- a/capinfos.c +++ b/capinfos.c @@ -216,7 +216,7 @@ static void usage(gboolean is_error) #endif "\n", VERSION); fprintf(output, "Prints information about capture files.\n"); - fprintf(output, "See http://www.ethereal.com for more information.\n"); + fprintf(output, "See http://www.wireshark.org for more information.\n"); fprintf(output, "\n"); fprintf(output, "Usage: capinfos [options] <infile> ...\n"); fprintf(output, "\n"); |