fedora-rpmdevtools rpmdev-rmdevelrpms,1.3,1.4

Ville Skytta (scop) fedora-extras-commits at redhat.com
Wed Apr 11 20:41:57 UTC 2007


Author: scop

Update of /cvs/fedora/fedora-rpmdevtools
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6046

Modified Files:
	rpmdev-rmdevelrpms 
Log Message:
Minor wording improvements.


Index: rpmdev-rmdevelrpms
===================================================================
RCS file: /cvs/fedora/fedora-rpmdevtools/rpmdev-rmdevelrpms,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rpmdev-rmdevelrpms	7 Nov 2006 22:35:56 -0000	1.3
+++ rpmdev-rmdevelrpms	11 Apr 2007 20:41:55 -0000	1.4
@@ -141,7 +141,7 @@
 Usage: rpmdev-rmdevelrpms [OPTION]...
 
 Options:
-  -y, --yes         Assume yes to all questions, do not prompt.
+  -y, --yes         Remove without prompting (no-op if not root).
   -v, --version     Print program version and exit.
   -h, --help        Print help message and exit.'''
     if exit is not None:
@@ -151,7 +151,7 @@
 def version():
     print "rpmdev-rmdevelrpms version %s" % __version__
     print '''
-Copyright (c) 2004-2006 Fedora Project <http://fedoraproject.org/>.
+Copyright (c) 2004-2007 Fedora Project <http://fedoraproject.org/>.
 This  program is licensed under the GNU General Public License, see the
 file COPYING included in the distribution archive.
 
@@ -204,7 +204,7 @@
             # TODO: is there a way to get arch for the unresolved deps?
             unresolved = ts.check()
             if unresolved:
-                print "...but removal would cause unresolved dependencies:"
+                print "...whose removal would cause unresolved dependencies:"
                 unresolved.sort(lambda x, y: cmp(x[0][0], y[0][0]))
                 for t in unresolved:
                     dep = t[1][0]
@@ -237,7 +237,7 @@
                             print error
                         sys.exit(1)
                 else:
-                    print "Not removed."
+                    print "Not removed due to dependencies."
             else:
                 print "Not running as root, skipping remove."
         else:




More information about the scm-commits mailing list