diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-10-18 13:05:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-18 13:05:24 +0200 |
commit | afaef4e83bd3d680897762554a23be9c55d3f901 (patch) | |
tree | 7b790479e44e0f6d07dabc660f627c6249afa227 /program_info/prismlauncher.6.scd | |
parent | 981e9cf290b4b65bf308a82336f69325b504398a (diff) | |
parent | b746f723cb32ef066bea48a1a2765b3ec6b7003c (diff) | |
download | PrismLauncher-afaef4e83bd3d680897762554a23be9c55d3f901.tar.gz PrismLauncher-afaef4e83bd3d680897762554a23be9c55d3f901.tar.bz2 PrismLauncher-afaef4e83bd3d680897762554a23be9c55d3f901.zip |
Merge pull request #13 from PlaceholderMC/rebrand
Diffstat (limited to 'program_info/prismlauncher.6.scd')
-rw-r--r-- | program_info/prismlauncher.6.scd | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/program_info/prismlauncher.6.scd b/program_info/prismlauncher.6.scd new file mode 100644 index 00000000..f0628cc9 --- /dev/null +++ b/program_info/prismlauncher.6.scd @@ -0,0 +1,61 @@ +polymc(6) + + +# 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 |