[csw-devel] SF.net SVN: gar:[19651] csw/mgar/gar/v2/lib/python/safe_remove_package.py

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Sun Nov 11 11:45:51 CET 2012


Revision: 19651
          http://gar.svn.sourceforge.net/gar/?rev=19651&view=rev
Author:   wahwah
Date:     2012-11-11 10:45:50 +0000 (Sun, 11 Nov 2012)
Log Message:
-----------
safe_remove_package: Correct a silly description

Correct a silly description description.

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/safe_remove_package.py

Modified: csw/mgar/gar/v2/lib/python/safe_remove_package.py
===================================================================
--- csw/mgar/gar/v2/lib/python/safe_remove_package.py	2012-11-11 10:44:48 UTC (rev 19650)
+++ csw/mgar/gar/v2/lib/python/safe_remove_package.py	2012-11-11 10:45:50 UTC (rev 19651)
@@ -159,7 +159,7 @@
   parser.add_option("--debug", dest="debug", action="store_true")
   parser.add_option("--dry-run", dest="dry_run",
                     default=False, action="store_true",
-                    help=("Don't remove the packages packages."))
+                    help=("Don't apply changes (no REST calls)."))
   options, args = parser.parse_args()
   debug_level = logging.INFO
   if options.debug:

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list