瀏覽代碼

wording twist

Joel Huang 9 年之前
父節點
當前提交
819ef66c6b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/common/convmv.md

+ 2 - 2
pages/common/convmv.md

@@ -2,10 +2,10 @@
 
 
 > Converts filenames from one encoding to another
 > Converts filenames from one encoding to another
 
 
-- convert encoding (dry run)
+- convert encoding, dry run (without actually changes filename)
 
 
 `convmv -f {{from_encoding}} -t {{to_encoding}} {{input_file}}`
 `convmv -f {{from_encoding}} -t {{to_encoding}} {{input_file}}`
 
 
-- convert encoding (not dry run)
+- convert encoding, not dry run (actually rename the file)
 
 
 `convmv -f {{from_encoding}} -t {{to_encoding}} --notest {{input_file}}`
 `convmv -f {{from_encoding}} -t {{to_encoding}} --notest {{input_file}}`