Skip to content

Commit ef0e6ae

Browse files
committed
Updated the read me documentation.
1 parent c0c524a commit ef0e6ae

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ArchLinux: Optional packages
22

3-
It is a command-line tool to get the optional dependencies from some specific package using pacman. Furthermore,
4-
you can install it in your Arch Linux.
3+
Command-line tool that get the optional dependencies from some specific package using pacman. Furthermore, you can install
4+
it in your Arch Linux.
55

66
## INFORMATION
77

@@ -26,9 +26,9 @@ optional packages you found and filtered.
2626
|----------|------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
2727
| -e | --exclude | Excludes packages mentioned during a deep search.<br> - Required: no<br> - Type: string<br> - Values: package-1 package-2 …<br> - Default: none |
2828
| -h | --help | Display information for this command and exit.<br> - Required: no<br> - Type: none<br> - Values: none<br> - Default: none |
29-
| -i | --install | Install all the packages found.<br> - Required: no<br> - Type: boolean<br> - Values: yes or no<br> - Default: no |
29+
| -i | --install | Install all the packages found.<br> - Required: no<br> - Type: boolean<br> - Values: yes \| no<br> - Default: no |
3030
| -p | --packages | The core packages from which to start the search for optional packages.<br> - Required: no<br> - Type: string<br> - Values: package-1 package-2 …<br> - Default: none |
31-
| -s | --skip-installed | Skip the installed packages.<br> - Required: no<br> - Type: boolean<br> - Values: yes or no<br> - Default: no |
31+
| -s | --skip-installed | Skip the installed packages.<br> - Required: no<br> - Type: boolean<br> - Values: yes \| no<br> - Default: no |
3232
| -v | --version | Display the version of this tool along with the project information and exit.<br> - Required: no<br> - Type: none<br> - Values: none<br> - Default: none |
3333
| | --version-simple | Display the version of this tool and exit.<br> - Required: no<br> - Type: none<br> - Values: none<br> - Default: none |
3434

@@ -102,7 +102,7 @@ command: `yay --sync optional-packages`.
102102
[Directly download][raw file of this package] the [optional-packages][this package file] file and use it on your
103103
computer.
104104

105-
Verify that the file has the appropriate execution permissions for your needs: `ls --long optional-packages`. You can
105+
Verify that the file has the appropriate execution permissions for your needs: `ls -l optional-packages`. You can
106106
add execute permissions to the owner user with `chmod u+x optional-packages` or to all
107107
with `chmod +x optional-packages`.
108108

src/optional-packages

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ display_help() {
4242
echo " │ -i │ --install │ Install all the packages found. │"
4343
echo " │ │ │ - Required: no │"
4444
echo " │ │ │ - Type: boolean │"
45-
echo " │ │ │ - Values: yes or no │"
45+
echo " │ │ │ - Values: yes | no "
4646
echo " │ │ │ - Default: no │"
4747
echo " ├──────┼──────────────────┼──────────────────────────────────────────────────┤"
4848
echo " │ -p │ --packages │ The core packages from which to start the search │"
@@ -55,7 +55,7 @@ display_help() {
5555
echo " │ -s │ --skip-installed │ Skip the installed packages. │"
5656
echo " │ │ │ - Required: no │"
5757
echo " │ │ │ - Type: boolean │"
58-
echo " │ │ │ - Values: yes or no │"
58+
echo " │ │ │ - Values: yes | no "
5959
echo " │ │ │ - Default: no │"
6060
echo " ├──────┼──────────────────┼──────────────────────────────────────────────────┤"
6161
echo " │ -V │ --version │ Display the version of this tool along with the │"

0 commit comments

Comments
 (0)