xbps-checkvers: change default output fmt to "%n %r %s %t %R".
This commit is contained in:
parent
0727d9a53a
commit
27634afd21
@ -658,7 +658,7 @@ main(int argc, char **argv)
|
|||||||
|
|
||||||
memset(&rcv, 0, sizeof(rcv_t));
|
memset(&rcv, 0, sizeof(rcv_t));
|
||||||
rcv.manual = false;
|
rcv.manual = false;
|
||||||
rcv.format = "%n %r %s";
|
rcv.format = "%n %r %s %t %R";
|
||||||
|
|
||||||
while ((c = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) {
|
while ((c = getopt_long(argc, argv, sopts, lopts, NULL)) != -1) {
|
||||||
switch (c) {
|
switch (c) {
|
||||||
|
Loading…
Reference in New Issue
Block a user