diff --git a/evennia/utils/eveditor.py b/evennia/utils/eveditor.py index 7557c40a0e..ed371bec6f 100644 --- a/evennia/utils/eveditor.py +++ b/evennia/utils/eveditor.py @@ -97,10 +97,11 @@ _HELP_TEXT = _( :s - search/replace word or regex in buffer or on line - :j = - justify buffer or line . is f, c, l or r. is - width. Default for is l (left). Default for is {_DEFAULT_WIDTH} - :f = - flood-fill entire buffer or line to width . - Equivalent to :j l + :j = - justify buffer or line . is f, c, l or r. is + width. and are optional and default to l (left) + and {_DEFAULT_WIDTH} respectively + :f = - flood-fill entire buffer or line to width . + Equivalent to :j l. is optional, as for :j :fi - indent entire buffer or line :fd - de-indent entire buffer or line