From f1400006d46ab8ebcbd122972def364a10231648 Mon Sep 17 00:00:00 2001 From: Stéphane Aulery Date: Sat, 28 Jan 2012 21:54:52 +0100 Subject: Clarify angle of rotation --- fbi.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fbi.c b/fbi.c index fc47a12..ec41318 100644 --- a/fbi.c +++ b/fbi.c @@ -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, -- cgit