diff options
author | Ezekiel Smith <ezekielsmith@protonmail.com> | 2022-04-15 21:53:50 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-15 21:53:50 +1000 |
commit | 715d7d4424ae34f3ff60d03505197b26ebe660be (patch) | |
tree | 7682268367f6f62cf7f994541e4db76507f17214 /program_info/polymc.6.txt | |
parent | 4ff1306e0c6c4c1a8c9b3c2ee72f8e7f0aa590dc (diff) | |
parent | fa2b3bcc633ce6f658d659fb3c0a87ddb6bc91ba (diff) | |
download | PrismLauncher-715d7d4424ae34f3ff60d03505197b26ebe660be.tar.gz PrismLauncher-715d7d4424ae34f3ff60d03505197b26ebe660be.tar.bz2 PrismLauncher-715d7d4424ae34f3ff60d03505197b26ebe660be.zip |
Merge pull request #417 from Scrumplex/feat-install-manpage
Install manpage on Linux system builds
Diffstat (limited to 'program_info/polymc.6.txt')
-rw-r--r-- | program_info/polymc.6.txt | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/program_info/polymc.6.txt b/program_info/polymc.6.txt new file mode 100644 index 00000000..8f126cce --- /dev/null +++ b/program_info/polymc.6.txt @@ -0,0 +1,64 @@ +POLYMC(1) +========== +:doctype: manpage + + +NAME +---- +polymc - a launcher and instance manager for Minecraft. + + +SYNOPSIS +-------- +*polymc* ['OPTIONS'] + + +DESCRIPTION +----------- +PolyMC is a custom launcher for Minecraft that allows you to easily manage +multiple installations of Minecraft at once. It also allows you to easily +install and remove mods by simply dragging and dropping. +Here are the current features of PolyMC. + +OPTIONS +------- +*-d, --dir*='DIRECTORY':: + Use 'DIRECTORY' as the PolyMC root. + +*-l, --launch*='INSTANCE_ID':: + Launch the instance specified by 'INSTANCE_ID'. + +*--alive*:: + Write a small 'live.check' file after PolyMC starts. + +*-h, --help*:: + Display help text and exit. + +*-v, --version*:: + Display program version and exit. +*-a, --profile*='PROFILE':: + Use the account specified by 'PROFILE' (only valid in combination with --launch). + +EXIT STATUS +----------- +*0*:: + Success + +*1*:: + Failure (syntax or usage error; configuration error; unexpected error). + +BUGS +---- +<https://github.com/PolyMC/PolyMC/issues> + +RESOURCES +--------- +GitHub: <https://github.com/PolyMC/PolyMC> + +Main website: <https://polymc.org> + +AUTHORS +------- +PolyMC Contributors + +// vim: syntax=asciidoc |