Skip to content

Commit d909d05

Browse files
committed
refactor: updated options
1 parent ffb3053 commit d909d05

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

README.md

+18-6
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,18 @@ sudo make install
3131
`lspac [OPTIONS] [<PACKAGE> ...]`
3232

3333
## Options
34+
`-c, --pacman-conf PATH`
35+
36+
Set the pacman config file (default '/etc/pacman.conf').
37+
3438
`-d, --dbpath PATH`
3539

3640
Set pacman dbpath.
3741

42+
`-r, --root PATH`
43+
44+
Set the filesystem root dir.
45+
3846
`-f, --field-delim CHAR`
3947

4048
Set the field used between each selected output field (default: tab).
@@ -43,22 +51,26 @@ Set the field used between each selected output field (default: tab).
4351

4452
Set the inner values delimiter (default: space).
4553

46-
`-o, --output LIST`
47-
48-
Set the output fields list (for more information, refer to `lspac --help`).
49-
5054
`-p, --pkg-delim CHAR`
5155

5256
Set the delimiter used between each prompted package.
5357

54-
`-r, --root PATH`
58+
`-o, --output LIST`
5559

56-
Set the filesystem root dir.
60+
Set the output fields list (for more information, refer to `lspac --help`).
5761

5862
`-s, --surround CHAR`
5963

6064
Set the character used to surround each output value (default: double quotes).
6165

66+
`-t, --tarball PATH`
67+
68+
Fetches data from a given package tarball.
69+
70+
`-S, --select-db DATABASE`
71+
72+
Select between `local` database and `sync` databases (default: both).
73+
6274
`-b, --bytes`
6375

6476
Display package size as bytes, instead of human readable.

0 commit comments

Comments
 (0)