diff options
author | monsta <[email protected]> | 2016-03-09 14:41:59 +0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-09 22:19:35 +0100 |
commit | 609f972e66e44f61454e9db57413b3aecdde4385 (patch) | |
tree | b5928b9d58bb4f66b10141e9ab8ab6a281fbf7a2 /mate-terminal.1 | |
parent | fe9c280cae33f992afc13981213e89314f2828a1 (diff) | |
download | mate-terminal-609f972e66e44f61454e9db57413b3aecdde4385.tar.bz2 mate-terminal-609f972e66e44f61454e9db57413b3aecdde4385.tar.xz |
manpage: fix incorrect ordering of COLS and ROWS
follow-up to 087b25e1c35659f28e85e464e99a6970eba97dff
Diffstat (limited to 'mate-terminal.1')
-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 |