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' },