diff options
author | Stéphane Aulery <lkppo@free.fr> | 2012-01-28 21:54:52 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2012-02-10 14:12:10 +0100 |
commit | f1400006d46ab8ebcbd122972def364a10231648 (patch) | |
tree | 6205a07b4e8a8639e8a6b9cd5aa90ebae4788cc6 | |
parent | 889ce8da9f5cb079f314508ea6b5f5a3080b50f8 (diff) | |
download | fbida-f1400006d46ab8ebcbd122972def364a10231648.tar.gz |
Clarify angle of rotation
-rw-r--r-- | fbi.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -547,8 +547,8 @@ static void show_help(void) L"available if started with --edit switch,", L"rotation works for jpeg images only:", L" D, Shift+d - delete image", - L" r - rotate clockwise", - L" l - rotate counter-clockwise", + L" r - rotate 90 degrees clockwise", + L" l - rotate 90 degrees counter-clockwise", }; shadow_draw_text_box(face, 24, 16, transparency, |