From ac2e7adf718353ad6ab77c290cebe82915ff8493 Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Sat, 16 May 2020 02:15:44 +0200 Subject: [PATCH] describe-tests: rename short options for better usability Signed-off-by: Kyr Shatskyy --- scripts/describe_tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/describe_tests.py b/scripts/describe_tests.py index 1c17a095fa..f229b785f1 100644 --- a/scripts/describe_tests.py +++ b/scripts/describe_tests.py @@ -50,9 +50,9 @@ options only for describing combinations represented by a suite: -F, --filter-fragments Check fragments additionaly to descriptions using keywords specified with 'filter', 'filter-out' and 'filter-all' options. - -D, --print-description Print job descriptions for the suite, + -p, --print-description Print job descriptions for the suite, used only in combination with 'summary' - -L, --print-fragments Print file list inovolved for each facet, + -P, --print-fragments Print file list inovolved for each facet, used only in combination with 'summary' -l , --limit List at most this many jobs [default: 0] -- 2.39.5