summaryrefslogtreecommitdiff
path: root/src/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cc')
-rw-r--r--src/main.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cc b/src/main.cc
index 47b305d4..baf1b0fc 100644
--- a/src/main.cc
+++ b/src/main.cc
@@ -313,6 +313,8 @@ CommandLine::Args opts[] = {
{0, "group-by", PACKAGE "::CmdLine::Versions-Group-By", CommandLine::HasArg},
{0, "show-package-names", PACKAGE "::CmdLine::Versions-Show-Package-Names", CommandLine::HasArg},
{'f', "fix-broken", PACKAGE "::CmdLine::Fix-Broken", 0},
+ {'m', "ignore-missing", PACKAGE "::CmdLine::Fix-Missing", 0},
+ {0, "fix-missing", PACKAGE "::CmdLine::Fix-Missing", 0},
{'Z', "show-size-changes", PACKAGE "::CmdLine::Show-Size-Changes", 0},
{'S', "pkgstates", PACKAGE "::%::pkgstates.in", CommandLine::HasArg},
{'c', "config-file", 0, CommandLine::ConfigFile},