ref: 1a3ab58b1e471ed3b38dfdb1d0c0a0bd30280fbf
parent: 41c4d8d974869cdaef2940836203a5994366a912
author: Roberto E. Vargas Caballero <[email protected]>
date: Thu May 3 12:02:08 EDT 2018
[ar] Add TODO for -u option This option only updates an element in the archive if it is newer than the version stored in the archive. This option is not supported at this moment but it was accepted and silently ignored.
--- a/ar/main.c
+++ b/ar/main.c
@@ -609,6 +609,8 @@
lflag = 1;
break;
case 'u':
+ /* TODO */
+ abort();
uflag = 1;
break;
default: