Skip to content

Commit

Permalink
Updated help text & README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
potchy committed Jun 21, 2020
1 parent 7ea2546 commit 0f8c072
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 @@ -18,7 +18,7 @@
-b, --backup (Default: wavtogg_backup) Backup folder name. Folders with this name are automatically excluded from the conversion process.
--no-backup Disables backup.
--no-backup Disables backup. Warning: this will DELETE your original .wav files after the conversion to .ogg is completed. Recovery will be impossible afterwards.
-l, --log Path to the log file to be written to.
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 @@ -61,7 +61,7 @@ public class ConvertOptions : ILoggerOptions
[Option(
"no-backup",
SetName = "no-backup",
HelpText = "Disables backup."
HelpText = "Disables backup. Warning: this will DELETE your original .wav files after the conversion to .ogg is completed. Recovery will be impossible afterwards."
)]
public bool DoNotBackup { get; set; }

Expand Down

0 comments on commit 0f8c072

Please sign in to comment.