diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-05 18:08:37 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-02-05 18:08:37 +0100 |
commit | 4323b10ab754066f6e4e16b7338ad26e7479391d (patch) | |
tree | a67e8eeead92cd26f67c61274d9015fdd537d0fd /src/options.c | |
parent | a4d4d67498d168eefdfbba694b99616f60862d77 (diff) | |
download | feh-4323b10ab754066f6e4e16b7338ad26e7479391d.zip |
Apply 04_escape_filenamed.patch from Debian
Diffstat (limited to 'src/options.c')
-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 20f4ea6..bb9cf1c 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 \"eval `cat $HOME/.fehbg`\" to your\n" +" add the line \"`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" |