summaryrefslogtreecommitdiff
path: root/ChatCommands.md
diff options
context:
space:
mode:
authorDaniel Sosa <sosa.daniel23@gmail.com>2015-02-21 19:07:14 +0000
committerDaniel Sosa <sosa.daniel23@gmail.com>2016-07-03 21:44:02 -0500
commite18525d8c983eb78c8f7f2fa2425cede21fc8289 (patch)
tree9563c90e1662232ee8002769ce8c0780504fbdbf /ChatCommands.md
parent78890dde07e7006a9e4c2b853720d7e544760947 (diff)
Modify outset and inset to accept both hv and vh combinations. Update documentation accordingly.
Diffstat (limited to 'ChatCommands.md')
-rw-r--r--ChatCommands.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChatCommands.md b/ChatCommands.md
index 6dc4c72..b26e894 100644
--- a/ChatCommands.md
+++ b/ChatCommands.md
@@ -408,14 +408,14 @@ opposite direction over the same axis by `[reverse-amount]`.
//expand right 7 5
-### `//outset [h|v] <amount>`
+### `//outset [hv] <amount>`
Expands the selection in all directions by `<amount>`. If specified, the selection can be expanded horizontally in the x and z axes `[h]`
or vertically in the y axis `[v]`.
//outset v 5
-### `//inset [h|v] <amount>`
+### `//inset [hv] <amount>`
Contracts the selection in all directions by `<amount>`. If specified, the selection can be contracted horizontally in the x and z axes `[h]`
or vertically in the y axis `[v]`.