summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-03-20 12:53:41 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2010-03-20 12:53:41 +0100
commite1aed7e978ea2925aa6e38a2ab0ac0e0e5a3fdcd (patch)
tree895fef27dce9ac98560c32f6f3edb97baf6df3d1
parent11350d4a4befdbe868a7a6a603e79ed6afafcb75 (diff)
Update mail address in --help output
-rw-r--r--src/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c
index 4f65c53..810bc63 100644
--- a/src/options.c
+++ b/src/options.c
@@ -1131,7 +1131,7 @@ void show_usage(void)
"See 'man feh' for more detailed information\n" "\n"
"This program is free software see the file COPYING for licensing info.\n"
"Copyright Tom Gilbert (and various contributors) 1999-2003\n"
- "Email bugs to <feh_sucks@linuxbrit.co.uk>\n");
+ "Email bugs to <derf@chaosdorf.de>\n");
exit(0);
}