File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ Examples:
6767 | dnf -3 | --help | dnf \[options ] COMMAND |
6868 | yum | help | yum \[options ] COMMAND |
6969 | yum | --help | yum \[options ] COMMAND |
70- | yum -builddep | --help | dnf builddep \[-c \[ config file ]] \[-q ] \[-v ] \[--version ] |
71- | yum shell | --help | yum shell \[-c \[ config file ]] \[-q ] \[-v ] \[--version ] |
70+ | yum -builddep | --help | dnf builddep \[-c CONFIG_FILE ] \[-q ] \[-v ] \[--version ] |
71+ | yum shell | --help | yum shell \[-c CONFIG_FILE ] \[-q ] \[-v ] \[--version ] |
7272
7373@bz1746474
7474@use.with_os=rhel__ge__8
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ Feature: Module usage help
22
33Scenario : I can print help using dnf module --help
44 When I execute dnf with args "module --help"
5- Then stdout contains "usage: .+ module \[ -c \[ config file \] \] "
5+ Then stdout contains "usage: .+ module \[ -c CONFIG_FILE \] "
66
77Scenario : I can print help using dnf module -h
88 When I execute dnf with args "module -h"
9- Then stdout contains "usage: .+ module \[ -c \[ config file \] \] "
9+ Then stdout contains "usage: .+ module \[ -c CONFIG_FILE \] "
You can’t perform that action at this time.
0 commit comments