|
|
0f2fcc |
From 8bf82005099314c4fb98fba61d4c34dc67f10004 Mon Sep 17 00:00:00 2001
|
|
|
0f2fcc |
From: Jaroslav Mracek <jmracek@redhat.com>
|
|
|
0f2fcc |
Date: Wed, 6 Feb 2019 12:41:30 +0100
|
|
|
0f2fcc |
Subject: [PATCH] Enhance help message for --nobest option
|
|
|
0f2fcc |
|
|
|
0f2fcc |
---
|
|
|
0f2fcc |
dnf/cli/option_parser.py | 2 +-
|
|
|
0f2fcc |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
0f2fcc |
|
|
|
0f2fcc |
diff --git a/dnf/cli/option_parser.py b/dnf/cli/option_parser.py
|
|
|
0f2fcc |
index e158d16..d004cd9 100644
|
|
|
0f2fcc |
--- a/dnf/cli/option_parser.py
|
|
|
0f2fcc |
+++ b/dnf/cli/option_parser.py
|
|
|
0f2fcc |
@@ -201,7 +201,7 @@ class OptionParser(argparse.ArgumentParser):
|
|
|
0f2fcc |
best_group.add_argument("-b", "--best", action="store_true", dest='best', default=None,
|
|
|
0f2fcc |
help=_("try the best available package versions in transactions."))
|
|
|
0f2fcc |
best_group.add_argument("--nobest", action="store_false", dest='best',
|
|
|
0f2fcc |
- help=_("not narrow transaction to best candidate"))
|
|
|
0f2fcc |
+ help=_("do not limit the transaction to the best candidate"))
|
|
|
0f2fcc |
main_parser.add_argument("-C", "--cacheonly", dest="cacheonly",
|
|
|
0f2fcc |
action="store_true", default=None,
|
|
|
0f2fcc |
help=_("run entirely from system cache, "
|
|
|
0f2fcc |
--
|
|
|
0f2fcc |
libgit2 0.27.7
|
|
|
0f2fcc |
|