diff options
author | Anthony Zhang <azhang9@gmail.com> | 2012-09-13 23:13:54 -0400 |
---|---|---|
committer | Anthony Zhang <azhang9@gmail.com> | 2012-09-13 23:13:54 -0400 |
commit | 6f961313822e837f96cf2d5b8fa3f2b521890c96 (patch) | |
tree | 4d473c71a2eb7c56ef7224d629737d012cd0b5c1 /README.md | |
parent | 8102eb982e2957a59be749ec0ab867293c5ff721 (diff) |
Normalization.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -163,9 +163,9 @@ Flip the current WorldEdit region along the x/y/z/? axis. //flip z //flip ? -### //rotate +### //rotate x/y/z/? <angle> -Rotate the current WorldEdit region around the axis <axis> by angle <angle> (90 degree increment). +Rotate the current WorldEdit region along the x/y/z/? axis by angle <angle> (90 degree increment). //rotate x 90 //rotate y 180 |