From 953c9eb54c1f5c021487172d5c731ae2e903a5aa Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 22 Jan 2016 01:15:34 +0000 Subject: [PATCH] convmv: less awkward wording, fix lint --- pages/common/convmv.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/convmv.md b/pages/common/convmv.md index d9fe43e9b..0ff204960 100644 --- a/pages/common/convmv.md +++ b/pages/common/convmv.md @@ -1,11 +1,11 @@ # convmv -> Converts filenames (NOT file content) from one encoding to another +> Convert filenames (NOT file content) from one encoding to another. -- convert encoding, dry run (without actually changes filename) +- Test filename encoding conversion (don't actually change the filename): `convmv -f {{from_encoding}} -t {{to_encoding}} {{input_file}}` -- convert encoding, not dry run (actually rename the file) +- Convert filename encoding and rename the file to the new enconding: `convmv -f {{from_encoding}} -t {{to_encoding}} --notest {{input_file}}`