mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 19:42:42 +01:00
[convert] Fix dest and format flags help text.
This commit is contained in:
parent
26380b2d72
commit
4a8f978f4c
1 changed files with 2 additions and 2 deletions
|
|
@ -147,9 +147,9 @@ class ConvertPlugin(BeetsPlugin):
|
|||
dest='keep_new', help='keep only the converted \
|
||||
and move the old files')
|
||||
cmd.parser.add_option('-d', '--dest', action='store',
|
||||
help='set the target format of the tracks')
|
||||
cmd.parser.add_option('-f', '--format', action='store', dest='format',
|
||||
help='set the destination directory')
|
||||
cmd.parser.add_option('-f', '--format', action='store', dest='format',
|
||||
help='set the target format of the tracks')
|
||||
cmd.parser.add_option('-y', '--yes', action='store_true', dest='yes',
|
||||
help='do not ask for confirmation')
|
||||
cmd.parser.add_album_option()
|
||||
|
|
|
|||
Loading…
Reference in a new issue