From 6cf0a8649954c500d103a0bd68e387ab5fce23f1 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 20 Apr 2014 09:42:51 +0200 Subject: [PATCH] findpaths: Add missing --list long option --- src/bin/findpaths.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/findpaths.cpp b/src/bin/findpaths.cpp index fe23425b40..e2beb599f2 100644 --- a/src/bin/findpaths.cpp +++ b/src/bin/findpaths.cpp @@ -152,6 +152,7 @@ main(int argc, const char* const* argv) { "architecture", required_argument, 0, 'a' }, { "dependency", required_argument, 0, 'd' }, { "help", no_argument, 0, 'h' }, + { "list", no_argument, 0, 'l' }, { "path", required_argument, 0, 'p' }, { "resolvable", required_argument, 0, 'pr' }, { "reverse", no_argument, 0, 'R' },