diff options
author | Anton Älgmyr <anton@algmyr.se> | 2020-03-11 01:01:40 +0100 |
---|---|---|
committer | Harry Jeffery <harry@exec64.co.uk> | 2020-06-12 01:00:10 +0100 |
commit | a71709b889743bddc4f48a8f13a34a5075ca8ff7 (patch) | |
tree | 0ce957376ebcffeb184eb22edc5ef52383d1d02d /doc | |
parent | f968eb420c8d30d45adc1f668c15c29f5b9ee87d (diff) | |
download | imv-a71709b889743bddc4f48a8f13a34a5075ca8ff7.tar.gz |
Unify rotation commands, reset transformation properly
Diffstat (limited to 'doc')
-rw-r--r-- | doc/imv.1.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/doc/imv.1.txt b/doc/imv.1.txt index 14dd727..1eda54f 100644 --- a/doc/imv.1.txt +++ b/doc/imv.1.txt @@ -99,11 +99,8 @@ Commands can be entered by pressing *:*. imv supports the following commands: 'actual' resets the zoom to 100%, showing the image at its actual size. Aliased to 'z'. -*rotate* <amount>:: - Rotate image clockwise by the given amount in degrees. - -*rotate_to* <angle>:: - Rotate image clockwise to the given angle in degrees. +*rotate* <'to'|'by'> <angle>:: + Rotate image clockwise by/to the given amount in degrees. *flip* <'horizontal'|'vertical'>:: Flip image horizontally/vertically (across vertical/horizontal axis). |