From 4e8ef81b1cd762794a3f918819e7868a803cbdbb Mon Sep 17 00:00:00 2001 From: Jan Kupec Date: Sat, 4 Aug 2007 17:10:23 +0000 Subject: [PATCH] - --debug-solver is not a global option, the help text belongs to the commands where it is supported (in,rm,up ATM) --- src/zypper.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/zypper.cc b/src/zypper.cc index 751f38c..13f0c26 100644 --- a/src/zypper.cc +++ b/src/zypper.cc @@ -116,7 +116,6 @@ ZypperCommand process_globals(int argc, char **argv) "\t--rug-compatible, -r\tTurn on rug compatibility.\n" "\t--non-interactive\tDon't ask anything, use default answers automatically.\n" "\t--no-gpg-checks\t\tIgnore GPG check failures and continue.\n" - "\t--debug-solver\t\tGenerates testcase for the solver.\n" "\t--root, -R \tOperate on a different root directory.\n"); static string help_commands = _( -- 2.7.4