diff options
author | monsta <[email protected]> | 2016-07-15 13:10:39 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-07-15 13:10:39 +0300 |
commit | 603b3a316e901064f6e9af2b141c00e6ffd5009e (patch) | |
tree | a9d2513f951e1ea004a1013632ff5380ed4a2760 /mate-terminal.1 | |
parent | 24e5df150662370f38f48277d90144180171173e (diff) | |
download | mate-terminal-603b3a316e901064f6e9af2b141c00e6ffd5009e.tar.bz2 mate-terminal-603b3a316e901064f6e9af2b141c00e6ffd5009e.tar.xz |
man: add missing description of -x / --execute command line option
taken straight from the manpage of gnome-terminal in Debian
fixes https://github.com/mate-desktop/mate-terminal/issues/126
Diffstat (limited to 'mate-terminal.1')
-rw-r--r-- | mate-terminal.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mate-terminal.1 b/mate-terminal.1 index a7ff8ae..8616aec 100644 --- a/mate-terminal.1 +++ b/mate-terminal.1 @@ -63,6 +63,9 @@ Set the last specified tab as the active one in its window \fB\-e\fR, \fB\-\-command\fR Execute the argument to this option inside the terminal .TP +\fB\-x\fR, \fB\-\-execute\fR +Execute the remainder of the command line inside the terminal +.TP \fB\-\-profile\fR=\fIPROFILE\-NAME\fR Use the given profile instead of the default profile .TP |