File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def autocomplete():
3636 print (
3737 "You're missing the argcomplete python module. "
3838 "Install it using\n \n "
39- " # yum install -y python-argcomplete\n \n "
39+ " # dnf install -y python-argcomplete\n \n "
4040 "or\n \n "
4141 " # pip install argcomplete\n \n "
4242 "and run `rdopkg autocomplete` again." )
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ class ModuleNotAvailable(RdopkgException):
5858
5959class RpmModuleNotAvailable (ModuleNotAvailable ):
6060 msg_fmt = ("Module rpm is not available. It is required to parse .spec "
61- "files. Pro tip: `yum install rpm-python`" )
61+ "files. Pro tip: `dnf install rpm-python`" )
6262
6363
6464class InvalidAction (RdopkgException ):
You can’t perform that action at this time.
0 commit comments