usage update
This commit is contained in:
parent
2c37b9e64e
commit
2ab2fdd126
|
@ -7,7 +7,11 @@ A very simple AUR/ABS helper. Doesn't build packages, only gets the sources.
|
|||
Flags:
|
||||
-h Show this message.
|
||||
-s Search for <package>.
|
||||
-S Search only in the sync db. Implies -s.
|
||||
-A Search only in AUR. Implies -s.
|
||||
-d Get the package sources (default).
|
||||
-D Get the dependencies also. Implies -d.
|
||||
|
||||
You can override any value in the script in \$HOME/.config/zpac.rc.sh
|
||||
By default zpac downloads the sources into the current directory. Controlled by `$cfg_workdir`.
|
||||
|
||||
|
|
4
zpac
4
zpac
|
@ -18,8 +18,10 @@ usage() {
|
|||
Flags:
|
||||
-h Show this message.
|
||||
-s Search for <package>.
|
||||
-S Search only in the sync db. Implies -s.
|
||||
-A Search only in AUR. Implies -s.
|
||||
-d Get the package sources (default).
|
||||
-D If used with -d, makes $_self download the dependencies from AUR too.
|
||||
-D Get the dependencies also. Implies -d.
|
||||
EOF
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user