diff --git a/dnf-behave-tests/dnf/help.feature b/dnf-behave-tests/dnf/help.feature index 05606de06..7b88d2a29 100644 --- a/dnf-behave-tests/dnf/help.feature +++ b/dnf-behave-tests/dnf/help.feature @@ -67,8 +67,8 @@ Examples: | dnf-3 | --help | dnf \[options] COMMAND | | yum | help | yum \[options] COMMAND | | yum | --help | yum \[options] COMMAND | - | yum-builddep | --help | dnf builddep \[-c \[config file]] \[-q] \[-v] \[--version] | - | yum shell | --help | yum shell \[-c \[config file]] \[-q] \[-v] \[--version] | + | yum-builddep | --help | dnf builddep \[-c CONFIG_FILE] \[-q] \[-v] \[--version] | + | yum shell | --help | yum shell \[-c CONFIG_FILE] \[-q] \[-v] \[--version] | @bz1746474 @use.with_os=rhel__ge__8 diff --git a/dnf-behave-tests/dnf/module/help.feature b/dnf-behave-tests/dnf/module/help.feature index 4dd5a267b..1197a7fc4 100644 --- a/dnf-behave-tests/dnf/module/help.feature +++ b/dnf-behave-tests/dnf/module/help.feature @@ -2,8 +2,8 @@ Feature: Module usage help Scenario: I can print help using dnf module --help When I execute dnf with args "module --help" - Then stdout contains "usage: .+ module \[-c \[config file\]\]" + Then stdout contains "usage: .+ module \[-c CONFIG_FILE\]" Scenario: I can print help using dnf module -h When I execute dnf with args "module -h" - Then stdout contains "usage: .+ module \[-c \[config file\]\]" + Then stdout contains "usage: .+ module \[-c CONFIG_FILE\]"