From 7352071dbf9d581f9a72ffda314b21917751b384 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 18 Jul 2016 15:58:09 +0100 Subject: [PATCH] diff: Implement virt-diff --long-options. The code was only partially implemented so the option did not function. --- diff/diff.c | 1 + 1 file changed, 1 insertion(+) diff --git a/diff/diff.c b/diff/diff.c index 210abc22b..7469d6592 100644 --- a/diff/diff.c +++ b/diff/diff.c @@ -166,6 +166,7 @@ main (int argc, char *argv[]) { "format", 2, 0, 0 }, { "help", 0, 0, HELP_OPTION }, { "human-readable", 0, 0, 'h' }, + { "long-options", 0, 0, 0 }, { "keys-from-stdin", 0, 0, 0 }, { "short-options", 0, 0, 0 }, { "time", 0, 0, 0 },