X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fquotearg.h;h=14dc316d74bd9f595dd4674208cc03866e7ba655;hb=ef0976ff2bb852d7d4016ce0b1d2afc0594ffe19;hp=2bbf38d92a14d74ea5248ba66480cfc2bf6d1354;hpb=3056a5662ebe35d3cf762ab637c4ed7a95c58cbe;p=gnulib.git diff --git a/lib/quotearg.h b/lib/quotearg.h index 2bbf38d92..14dc316d7 100644 --- a/lib/quotearg.h +++ b/lib/quotearg.h @@ -29,7 +29,7 @@ enum quoting_style { /* Output names as-is (ls --quoting-style=literal). */ literal_quoting_style, - + /* Quote names for the shell if they contain shell metacharacters or would cause ambiguous output (ls --quoting-style=shell). */ shell_quoting_style,