From cfc46cbd96d67fe789d2dbc12fcc03f6b6c5f35f Mon Sep 17 00:00:00 2001 From: YZBruh Date: Sat, 14 Dec 2024 21:30:59 +0300 Subject: [PATCH] pmt: fixup readme and script help --- README.md | 3 ++- pmt-termux.sh | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bc544bb..230f2a8 100755 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ curl -LSs https://github.com/ShawkTeam/pmt/raw/3.0.2/pmt-termux.sh > pmt-termux. bash pmt-termux.sh # --help (optional) ## The commands will be told to you anyway. Ask your questions from the telegram group. +``` ### How to use ``` @@ -120,4 +121,4 @@ pmt <...> ### Notes If you want to change something, take a look at the configuration. You can change him. -it is located in the `build/config` folder. His name is `env.mk`. I gave the information in the file. You can ask more. \ No newline at end of file +it is located in the `build/config` folder. His name is `env.mk`. I gave the information in the file. You can ask more. diff --git a/pmt-termux.sh b/pmt-termux.sh index 822f54b..2e5b75f 100755 --- a/pmt-termux.sh +++ b/pmt-termux.sh @@ -57,12 +57,12 @@ function view_help() printc "Install, uninstall, install status checker for Partition Manager binary.\n" printc "Options:" - printc " install, -i [OPTS] Download and install Partition Manager." - printc " uninstall, -u Uninstall Partition Manager." - printc " status, -s Display install/uninstall status." - printc " --quiet, -q Silent mode. No output." - printc " --setup, -S Setup required packages." - printc " --package If you already have a pmt package, make\n setup by specifying this way." + printc " install, -i [OPTS] Download and install Partition Manager." + printc " uninstall, -u Uninstall Partition Manager." + printc " status, -s Display install/uninstall status." + printc " --quiet, -q Silent mode. No output." + printc " --setup, -S Setup required packages." + printc " --package If you already have a pmt package, make\n setup by specifying this way." printc "Report bugs to " }