Skip to content

Commit

Permalink
Update help text & README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
potchy committed Jun 20, 2020
1 parent 2757214 commit 7ea2546
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
-r, --recursive Allows traversing through the input folder recursively.
-o, --overwrite Allows overwrite, if .wav equivalents already exist in the input folder. Those cases are skipped by default.
-o, --overwrite Allows overwrite, if .ogg equivalents already exist in the input folder. Those cases are skipped by default.
-b, --backup (Default: wavtogg_backup) Backup folder name. Folders with this name are automatically excluded from the conversion process.
Expand Down
2 changes: 1 addition & 1 deletion wavtogg/Verbs/Convert/ConvertOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class ConvertOptions : ILoggerOptions
[Option(
'o',
"overwrite",
HelpText = "Allows overwrite, if .wav equivalents already exist in the input folder. Those cases are skipped by default."
HelpText = "Allows overwrite, if .ogg equivalents already exist in the input folder. Those cases are skipped by default."
)]
public bool AllowOverwrite { get; set; }

Expand Down

0 comments on commit 7ea2546

Please sign in to comment.