1
0
mirror of https://github.com/thebaer/cdr.git synced 2024-11-15 01:31:01 +00:00

Make clean command more descriptive

This commit is contained in:
Matt Baer 2020-02-29 10:52:30 -05:00
parent 2dfe0ec236
commit ac510fa586

View File

@ -12,7 +12,7 @@ import (
var cmdClean = cli.Command{
Name: "clean",
Usage: "clean and organize files",
Usage: "clean and organize audio files in the current directory",
Action: cleanAction,
}