diff --git a/pmos/rotate.sh b/pmos/rotate.sh index ed7d59d..c38b716 100755 --- a/pmos/rotate.sh +++ b/pmos/rotate.sh @@ -34,10 +34,10 @@ function usage() { echo " - comma separated looped sequence of orientations" echo " screen will be turned to the next state relative to current" echo " if only one item is in sequence" - echo " then screen will turned into it" - echo " if current state if not present in the sequence" - echo " then the first item will be chosen" - echo " without configure the input device for the current orientation" + echo " then screen will be turned into it" + echo " if current state is not present in the sequence" + echo " then the first sequence item will be chosen" + echo " without args script will just configure the input device for the current orientation" echo "" }