aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorGravatar Kevin Ballard <kevin@sb.org>2014-09-22 12:37:11 -0700
committerGravatar Kevin Ballard <kevin@sb.org>2014-09-22 12:37:11 -0700
commit4ed4b265a55d0e6fc09f1e9324b15a0bc8a9ec81 (patch)
treed7b5604a7576303c15cb731a7c37514d0cf1f181 /common.h
parente689a3866324b275a25a1fe5511a6617743c9868 (diff)
Show -M and -m flags in bind list
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.h b/common.h
index 84c908aa..832883cd 100644
--- a/common.h
+++ b/common.h
@@ -805,7 +805,7 @@ void print_stderr(const wcstring &str);
replaced with \n, etc.
\param in The string to be escaped
- \param escape_all Whether all characters wich hold special meaning in fish (Pipe, semicolon, etc,) should be escaped, or only unprintable characters
+ \param flags Flags to control the escaping
\return The escaped string, or 0 if there is not enough memory
*/