File tree 1 file changed +18
-6
lines changed
1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,18 @@ sudo make install
31
31
` lspac [OPTIONS] [<PACKAGE> ...] `
32
32
33
33
## Options
34
+ ` -c, --pacman-conf PATH `
35
+
36
+ Set the pacman config file (default '/etc/pacman.conf').
37
+
34
38
` -d, --dbpath PATH `
35
39
36
40
Set pacman dbpath.
37
41
42
+ ` -r, --root PATH `
43
+
44
+ Set the filesystem root dir.
45
+
38
46
` -f, --field-delim CHAR `
39
47
40
48
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).
43
51
44
52
Set the inner values delimiter (default: space).
45
53
46
- ` -o, --output LIST `
47
-
48
- Set the output fields list (for more information, refer to ` lspac --help ` ).
49
-
50
54
` -p, --pkg-delim CHAR `
51
55
52
56
Set the delimiter used between each prompted package.
53
57
54
- ` -r , --root PATH `
58
+ ` -o , --output LIST `
55
59
56
- Set the filesystem root dir .
60
+ Set the output fields list (for more information, refer to ` lspac --help ` ) .
57
61
58
62
` -s, --surround CHAR `
59
63
60
64
Set the character used to surround each output value (default: double quotes).
61
65
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
+
62
74
` -b, --bytes `
63
75
64
76
Display package size as bytes, instead of human readable.
You can’t perform that action at this time.
0 commit comments