diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-01-04 00:28:23 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-01-04 00:28:23 +0000 |
commit | 631a17197ef1f5c026205a5e74be5cfdab3f4cda (patch) | |
tree | b6f020aa3b615ca7a71caf9f8ab908e578d60626 /Completion | |
parent | d87d1147806346df5449938f6392c88f2c32b4e2 (diff) | |
download | zsh-631a17197ef1f5c026205a5e74be5cfdab3f4cda.tar.gz zsh-631a17197ef1f5c026205a5e74be5cfdab3f4cda.tar.xz zsh-631a17197ef1f5c026205a5e74be5cfdab3f4cda.zip |
24345: add --no-utf8-comment and --list.
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' |