[Groonga-commit] long-long-float/droonga-engine at 2ddf18d [master] Remove needless escape

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Aug 28 10:30:52 JST 2014


Kouhei Sutou	2014-08-28 10:30:52 +0900 (Thu, 28 Aug 2014)

  New Revision: 2ddf18d3bb4f8e92e5a0167b549b5e6aaefc4eb2
  https://github.com/long-long-float/droonga-engine/commit/2ddf18d3bb4f8e92e5a0167b549b5e6aaefc4eb2

  Merged 5be18f3: Merge branch 'master' of github.com:droonga/droonga-engine
  Merged 15fc80d: Merge branch 'master' of github.com:droonga/droonga-engine

  Message:
    Remove needless escape

  Modified files:
    bin/droonga-engine-join

  Modified: bin/droonga-engine-join (+1 -1)
===================================================================
--- bin/droonga-engine-join    2014-08-28 10:30:23 +0900 (3603c84)
+++ bin/droonga-engine-join    2014-08-28 10:30:52 +0900 (089e065)
@@ -29,7 +29,7 @@ require "droonga/serf"
 options = nil
 begin
   options = Slop.parse(:help => true) do |option|
-    option.on("no-copy", "Don\'t copy data from the source cluster.",
+    option.on("no-copy", "Don't copy data from the source cluster.",
               :default => false)
 
     option.separator("Connections:")
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index