mirror of
https://github.com/thebaer/cdr.git
synced 2024-11-14 17:21:01 +00:00
Make clean command more descriptive
This commit is contained in:
parent
2dfe0ec236
commit
ac510fa586
@ -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,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user