diff options
Diffstat (limited to 'src/paludis/command_line.cc')
-rw-r--r-- | src/paludis/command_line.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/paludis/command_line.cc b/src/paludis/command_line.cc index 1ffbbc66e..63ac0b8d7 100644 --- a/src/paludis/command_line.cc +++ b/src/paludis/command_line.cc @@ -173,6 +173,13 @@ CommandLine::CommandLine() : ("discard", "Discard"), "error"), + dl_fall_back(&dl_args, "dl-fall-back", '\0', "When to fall back to installed packages", + paludis::args::EnumArg::EnumArgOptions + ("as-needed-except-targets", "Where necessary, but not for target packages") + ("as-needed", "Where necessary, including for target packages") + ("never", "Never"), + "as-needed"), + list_args(this, "List options", "Options relevant for one or more of the --list actions."), a_repository(&list_args, "repository", '\0', "Matches with this repository name only"), |