[csw-devel] SF.net SVN: opencsw:[486] catalog_signatures/bin/http_gpg_daemon

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Thu Jul 21 05:30:02 CEST 2011


Revision: 486
          http://opencsw.svn.sourceforge.net/opencsw/?rev=486&view=rev
Author:   bdwalton
Date:     2011-07-21 03:30:02 +0000 (Thu, 21 Jul 2011)

Log Message:
-----------
correct short option from b to m for mirror path

Signed-off-by: Ben Walton <bwalton at opencsw.org>

Modified Paths:
--------------
    catalog_signatures/bin/http_gpg_daemon

Modified: catalog_signatures/bin/http_gpg_daemon
===================================================================
--- catalog_signatures/bin/http_gpg_daemon	2011-07-21 03:29:43 UTC (rev 485)
+++ catalog_signatures/bin/http_gpg_daemon	2011-07-21 03:30:02 UTC (rev 486)
@@ -57,7 +57,7 @@
   o.banner = "Usage: #{File.basename($0)} [options]"
   o.separator ''
 
-  o.on('-b', '--mirror-path PATH', "Use PATH as the root of the mirror\n" +
+  o.on('-m', '--mirror-path PATH', "Use PATH as the root of the mirror\n" +
        "\t\t\t\t     tree where catalogs can be found.") do |p|
     if File.directory?(p)
       opts.mirror_path = p


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