diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Unix/Command/_metaflac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Completion/Unix/Command/_metaflac b/Completion/Unix/Command/_metaflac index d7cdb05d2..e6cd13e13 100644 --- a/Completion/Unix/Command/_metaflac +++ b/Completion/Unix/Command/_metaflac @@ -9,6 +9,7 @@ _metaflac_opts=( '--preserve-modtime' '--with-filename[prefix output with filename]' '--no-filename' + '--no-utf8-convert' '--dont-use-padding[always rewrite the file]' ) _metaflac_shorts=( @@ -41,6 +42,7 @@ _metaflac_opers=( '--block-type=:: ' '--except-block-type=:: ' '--application-data-format=:: ' + '--list' '--remove' '--remove-all' '--merge-padding' |