[logaling-commit] logaling/logaling-command [master] fix typo?

Back to archive index

null+****@clear***** null+****@clear*****
Tue Jan 31 11:27:26 JST 2012


yuta yamada	2012-01-31 11:27:26 +0900 (Tue, 31 Jan 2012)

  New Revision: d785c0a20bd186e6c9ceae85c8a919ab211bf3ee

  Merged 6b66cfe: Merge pull request #27 from yuutayamada/fix-typo

  Log:
    fix typo?

  Modified files:
    lib/logaling/command/application.rb

  Modified: lib/logaling/command/application.rb (+1 -1)
===================================================================
--- lib/logaling/command/application.rb    2012-01-31 11:26:47 +0900 (c21d275)
+++ lib/logaling/command/application.rb    2012-01-31 11:27:26 +0900 (bf0f508)
@@ -146,7 +146,7 @@ module Logaling::Command
       say "Try 'loga new or register' first."
     end
 
-    desc 'update [SOURCE TERM] [TARGET TERM] [NEW TARGET TERM], [NOTE(optional)]', 'Update term.'
+    desc 'update [SOURCE TERM] [TARGET TERM] [NEW TARGET TERM] [NOTE(optional)]', 'Update term.'
     def update(source_term, target_term, new_target_term, note='')
       config = load_config_and_merge_options
       repository.index




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