Joel Huang vor 9 Jahren
Ursprung
Commit
819ef66c6b
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      pages/common/convmv.md

+ 2 - 2
pages/common/convmv.md

@@ -2,10 +2,10 @@
 
 > 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}}`
 
-- convert encoding (not dry run)
+- convert encoding, not dry run (actually rename the file)
 
 `convmv -f {{from_encoding}} -t {{to_encoding}} --notest {{input_file}}`