Procházet zdrojové kódy

suggest to use 'yum remove' rather than 'rpm -e' for VM removal so avoid yum's warning of noticing rpm changes outside of yum

Patrick Schleizer před 8 roky
rodič
revize
f4a38f0540
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      qvm-tools/qvm-remove

+ 1 - 1
qvm-tools/qvm-remove

@@ -75,7 +75,7 @@ def main():
 
     if vm.installed_by_rpm and not options.remove_from_db_only:
         if options.verbose:
-            print >> sys.stderr, "This VM has been installed by RPM, use rpm -e <pkg name> to remove it!"
+            print >> sys.stderr, "This VM has been installed by RPM, use yum remove <pkg name> to remove it!"
             exit (1)
 
     try: