diff options
author | monsta <[email protected]> | 2016-07-15 13:10:39 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-08-12 16:58:58 +0300 |
commit | c55dcda293e6d5fc860084a7fcfa7b46e0420c6a (patch) | |
tree | 6e18065685fa79714affb9e00f9a604587c245c2 | |
parent | 89172220181257ccfd7eb8fe7112bb4539bb70c0 (diff) | |
download | mate-terminal-c55dcda293e6d5fc860084a7fcfa7b46e0420c6a.tar.bz2 mate-terminal-c55dcda293e6d5fc860084a7fcfa7b46e0420c6a.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
-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 |