diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-05 18:08:51 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-05 18:08:51 +0100 |
commit | 909c982abd99428dd6c1d5b4e956aecdea27939b (patch) | |
tree | 171d86744b7ad6f5df2686527f5e50001fc7ee51 | |
parent | 4323b10ab754066f6e4e16b7338ad26e7479391d (diff) |
Apply 04_fix_help_output_obtained_from_svn.patch from Debian
-rw-r--r-- | src/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c index bb9cf1c..20f4ea6 100644 --- a/src/options.c +++ b/src/options.c @@ -985,7 +985,7 @@ show_usage(void) " Feh stores the commandline necessary to restore\n" " the background you chose in ~/.fehbg. So to have\n" " feh-set backgrounds restored when you restart X,\n" -" add the line \"`cat $HOME/.fehbg`\" to your\n" +" add the line \"eval `cat $HOME/.fehbg`\" to your\n" " X startup script (e.g. ~/.xsession). Note that\n" " you only need to do this for non E window\n" " managers.\n" |