diff options
author | monsta <[email protected]> | 2016-03-09 14:41:59 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-03-09 14:41:59 +0300 |
commit | d4daa7f589bbe50ca85a47c126e2a103b2301ed2 (patch) | |
tree | 92636a53d6541bf0ea6c7e98a148ee6bcd1cf4e9 | |
parent | a3d1c5f081cf3cf820f6854384ad17ea2cc9c79a (diff) | |
download | mate-terminal-d4daa7f589bbe50ca85a47c126e2a103b2301ed2.tar.bz2 mate-terminal-d4daa7f589bbe50ca85a47c126e2a103b2301ed2.tar.xz |
manpage: fix incorrect ordering of COLS and ROWS
follow-up to 087b25e1c35659f28e85e464e99a6970eba97dff
-rw-r--r-- | mate-terminal.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-terminal.1 b/mate-terminal.1 index bece473..a7ff8ae 100644 --- a/mate-terminal.1 +++ b/mate-terminal.1 @@ -51,7 +51,7 @@ Maximize the window Full\-screen the window .TP \fB\-\-geometry\fR=\fIGEOMETRY\fR -Set the window size; for example: 80x24, or 80x24+200+200 (ROWSxCOLS+X+Y) +Set the window size; for example: 80x24, or 80x24+200+200 (COLSxROWS+X+Y) .TP \fB\-\-role\fR=\fIROLE\fR Set the window role |