aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-06-02 06:50:57 +0000
committerJörg Mayer <jmayer@loplof.de>2006-06-02 06:50:57 +0000
commitd9b930a7d726bf39d40148f34b8eee63c021b701 (patch)
tree2c0c6f7e9e1e0b681526811996ea5912050f01cc /tshark.c
parent62179dd08fa35c6496d29ef99459706fa3531b8d (diff)
image/wireshark.rc.in
svn path=/trunk/; revision=18310
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/tshark.c b/tshark.c
index fe1d24f910..1b1aec6588 100644
--- a/tshark.c
+++ b/tshark.c
@@ -218,7 +218,7 @@ print_usage(gboolean print_ver)
fprintf(output,
"TShark " VERSION "%s\n"
"Dump and analyze network traffic.\n"
- "See http://www.wireshark.com for more information.\n"
+ "See http://www.wireshark.org for more information.\n"
"\n"
"%s",
svnversion, get_copyright_info());
@@ -269,9 +269,9 @@ print_usage(gboolean print_ver)
/*fprintf(output, "\n");*/
fprintf(output, "Output:\n");
- fprintf(stderr, " -w <outfile|-> set the output filename (or '-' for stdout)\n");
- fprintf(stderr, " -F <output file type> set the output file type, default is libpcap\n");
- fprintf(stderr, " an empty \"-F\" option will list the file types\n");
+ fprintf(output, " -w <outfile|-> set the output filename (or '-' for stdout)\n");
+ fprintf(output, " -F <output file type> set the output file type, default is libpcap\n");
+ fprintf(output, " an empty \"-F\" option will list the file types\n");
fprintf(output, " -V add output of packet tree (Packet Details)\n");
fprintf(output, " -x add output of hex and ASCII dump (Packet Bytes)\n");
fprintf(output, " -T pdml|ps|psml|text output format of text output (def: text)\n");
@@ -282,10 +282,10 @@ print_usage(gboolean print_ver)
fprintf(output, " -z <statistics> various statistics, see the man page for details\n");
fprintf(output, "\n");
- fprintf(stderr, "Miscellaneous:\n");
- fprintf(stderr, " -h display this help and exit\n");
- fprintf(stderr, " -v display version info and exit\n");
- fprintf(output, " -o <name>:<value> ... override preference setting\n");
+ fprintf(output, "Miscellaneous:\n");
+ fprintf(output, " -h display this help and exit\n");
+ fprintf(output, " -v display version info and exit\n");
+ fprintf(output, " -o <name>:<value> ... override preference setting\n");
}
/*