bin/xbps-uhelper: fix flags for xfetch
This commit is contained in:
parent
6a8f5d6235
commit
89c1b88dfd
@ -137,6 +137,7 @@ main(int argc, char **argv)
|
||||
|
||||
if ((strcmp(argv[0], "version") == 0) ||
|
||||
(strcmp(argv[0], "real-version") == 0) ||
|
||||
(strcmp(argv[0], "xfetch") == 0) ||
|
||||
(strcmp(argv[0], "fetch") == 0)) {
|
||||
/*
|
||||
* Initialize libxbps.
|
||||
|
Loading…
Reference in New Issue
Block a user