From df7f5754b609eae6a505331b37e4f878e06e52cb Mon Sep 17 00:00:00 2001 From: swurl Date: Thu, 23 Dec 2021 18:14:30 -0500 Subject: pre-emptive work on PolyMC "rebranding" --- doc/multimc.1.txt | 64 ----------------------------------------------------- doc/polymc.1.txt | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+), 64 deletions(-) delete mode 100644 doc/multimc.1.txt create mode 100644 doc/polymc.1.txt (limited to 'doc') diff --git a/doc/multimc.1.txt b/doc/multimc.1.txt deleted file mode 100644 index da65af2e..00000000 --- a/doc/multimc.1.txt +++ /dev/null @@ -1,64 +0,0 @@ -MULTIMC(1) -========== -:doctype: manpage - - -NAME ----- -multimc - a launcher and instance manager for Minecraft. - - -SYNOPSIS --------- -*multimc* ['OPTIONS'] - - -DESCRIPTION ------------ -MultiMC 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 MultiMC. - -OPTIONS -------- -*-d, --dir*='DIRECTORY':: - Use 'DIRECTORY' as the MultiMC root. - -*-l, --launch*='INSTANCE_ID':: - Launch the instance specified by 'INSTANCE_ID'. - -*--alive*:: - Write a small 'live.check' file after MultiMC 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 ----- - - -RESOURCES ---------- -GitHub: - -Main website: - -AUTHORS -------- -peterix - -// vim: syntax=asciidoc diff --git a/doc/polymc.1.txt b/doc/polymc.1.txt new file mode 100644 index 00000000..9ba34662 --- /dev/null +++ b/doc/polymc.1.txt @@ -0,0 +1,66 @@ +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 +---- + + +RESOURCES +--------- +GitHub: + +Main website: + +AUTHORS +------- +peterix + +swurl + +// vim: syntax=asciidoc -- cgit