The comment suggested that "{foo,bar}" is a supported pattern, which is not true. "{foo,bar}" is only understood by brace expansion but the code performs only globbing. We replace the comment with "[abc]", which is a correct example of globbing.
--append-flags