xbps-checkvers: change default output fmt to "%n %r %s %t %R".

This commit is contained in:
Juan RP 2019-06-19 13:27:08 +02:00
parent 0727d9a53a
commit 27634afd21
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368

View File

@ -658,7 +658,7 @@ main(int argc, char **argv)
memset(&rcv, 0, sizeof(rcv_t));
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) {
switch (c) {