Skip to content

Commit

Permalink
update readme and parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
thcathy committed Jul 20, 2018
1 parent 1b1f526 commit 833fd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Some of the media players, for example iTunes, support character set UTF-8 only.
```id3-charset-converter -c ISO-8859-1 ~/Downloads/input.mp3 /tmp/output.mp3```

###### Convert all files under folder music in BIG5 modified within last 10 days and save converted file under the same folder ######
```id3-charset-converter -c BIG5 music```
```id3-charset-converter -d 10 -c BIG5 music```

###### Test converting of file by auto charset detection (do not save to new file) ######
```id3-charset-converter -t music/input.mp3```
Expand Down

0 comments on commit 833fd10

Please sign in to comment.