pmt: fixup readme and script help

This commit is contained in:
2024-12-14 21:30:59 +03:00
parent 48a02eacc3
commit cfc46cbd96
2 changed files with 8 additions and 7 deletions

View File

@@ -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.
it is located in the `build/config` folder. His name is `env.mk`. I gave the information in the file. You can ask more.

View File

@@ -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 <FILE> 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 <FILE> If you already have a pmt package, make\n setup by specifying this way."
printc "Report bugs to <t.me/ShawkTeam | Topics | pmt>"
}