diff options
author | C.Claw <[email protected]> | 2017-07-25 14:52:09 +0200 |
---|---|---|
committer | monsta <[email protected]> | 2018-05-22 17:33:41 +0300 |
commit | b400d5d18ae79dd6ddf6c963e0270a662a84834d (patch) | |
tree | 06c835b0d56d031e328a19819ff613fc57a23a66 | |
parent | 376e1d76677d9181e0455e5bc6fef21b5840cbd8 (diff) | |
download | mate-desktop-b400d5d18ae79dd6ddf6c963e0270a662a84834d.tar.bz2 mate-desktop-b400d5d18ae79dd6ddf6c963e0270a662a84834d.tar.xz |
Correct little imprecision in man mate-about
The command mate-about doesn't recognize the option --mate-version, it works with --version
-rw-r--r-- | man/mate-about.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/mate-about.1 b/man/mate-about.1 index 4fa55ae..69f4560 100644 --- a/man/mate-about.1 +++ b/man/mate-about.1 @@ -6,7 +6,7 @@ .SH NAME mate-about \- Learn more about MATE .SH SYNOPSIS -.B mate-about [\-\-mate-version] +.B mate-about [\-\-version] .SH DESCRIPTION The \fImate-about\fP program is a tool to learn more about MATE and who creates MATE. It contains an introduction about the project, and @@ -17,7 +17,7 @@ MATE Foundation members. .SH OPTIONS The following options are supported: .TP -.I "--mate-version" +.I "--version" Output the MATE version instead of running a graphical interface. .SH BUGS If you find bugs in the \fImate-about\fP program, please report |