lib/lhj/command/trans.rb in lhj-tools-0.1.2 vs lib/lhj/command/trans.rb in lhj-tools-0.1.3

- old
+ new

@@ -3,9 +3,10 @@ module Lhj class Command class Trans < Command self.summary = '源码中的简繁体转换' + self.description = '当前目录简繁体转换 `lhj trans --zh-cn`' def self.options [ %w[--file-type 文件扩展名,默认为m,h,pch,xib], %w[--zh-cn 转成简体中文,默认转成繁体]