diff options
author | ImperatorStorm <30777770+ImperatorStorm@users.noreply.github.com> | 2021-11-07 20:48:15 -0800 |
---|---|---|
committer | ImperatorStorm <30777770+ImperatorStorm@users.noreply.github.com> | 2021-11-07 20:48:15 -0800 |
commit | 9ccce62f50b10e3ff7fd4bddcd1d19a09f4c9041 (patch) | |
tree | 786874e8cbcad92c01a050343f27f247a70b509a | |
parent | 30602363d7879ba82d0153082858b0cd6a1a4c9e (diff) | |
download | PrismLauncher-9ccce62f50b10e3ff7fd4bddcd1d19a09f4c9041.tar.gz PrismLauncher-9ccce62f50b10e3ff7fd4bddcd1d19a09f4c9041.tar.bz2 PrismLauncher-9ccce62f50b10e3ff7fd4bddcd1d19a09f4c9041.zip |
NOISSUE Update manpage to include new `-a / --profile` option.
-rw-r--r-- | doc/multimc.1.txt | 2 | ||||
-rw-r--r-- | launcher/package/ubuntu/multimc/usr/share/man/man1/multimc.1 | 11 |
2 files changed, 11 insertions, 2 deletions
diff --git a/doc/multimc.1.txt b/doc/multimc.1.txt index eaf77f8f..da65af2e 100644 --- a/doc/multimc.1.txt +++ b/doc/multimc.1.txt @@ -36,6 +36,8 @@ OPTIONS *-v, --version*:: Display program version and exit. +*-a, --profile*='PROFILE':: + Use the account specified by 'PROFILE' (only valid in combination with --launch). EXIT STATUS ----------- diff --git a/launcher/package/ubuntu/multimc/usr/share/man/man1/multimc.1 b/launcher/package/ubuntu/multimc/usr/share/man/man1/multimc.1 index b2031aa9..b4af25e3 100644 --- a/launcher/package/ubuntu/multimc/usr/share/man/man1/multimc.1 +++ b/launcher/package/ubuntu/multimc/usr/share/man/man1/multimc.1 @@ -2,12 +2,12 @@ .\" Title: multimc .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/> -.\" Date: 10/21/2021 +.\" Date: 11/07/2021 .\" Manual: \ \& .\" Source: \ \& .\" Language: English .\" -.TH "MULTIMC" "1" "10/21/2021" "\ \&" "\ \&" +.TH "MULTIMC" "1" "11/07/2021" "\ \&" "\ \&" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- @@ -66,6 +66,13 @@ Display help text and exit\&. .RS 4 Display program version and exit\&. .RE +.PP +\fB\-a, \-\-profile\fR=\fIPROFILE\fR +.RS 4 +Use the account specified by +\fIPROFILE\fR +(only valid in combination with \-\-launch)\&. +.RE .SH "EXIT STATUS" .PP \fB0\fR |