diff options
Diffstat (limited to 'src/mailman/config/schema.cfg')
| -rw-r--r-- | src/mailman/config/schema.cfg | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mailman/config/schema.cfg b/src/mailman/config/schema.cfg index e66186074..7f821d5a7 100644 --- a/src/mailman/config/schema.cfg +++ b/src/mailman/config/schema.cfg @@ -84,7 +84,9 @@ prompt: >>> # Banner to show on startup. banner: Welcome to the GNU Mailman shell -# Use IPython as the shell, which must be found on the system. +# Use IPython as the shell, which must be found on the system. Valid values +# are `no`, `yes`, and `debug` where the latter is equivalent to `yes` except +# that any import or invocation errors will be displayed to stderr. use_ipython: no |
