summaryrefslogtreecommitdiff
path: root/lib/quotearg.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/quotearg.h')
-rw-r--r--lib/quotearg.h2
1 files changed, 1 insertions, 1 deletions
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,