diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-11-19 13:54:32 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-11-19 13:54:32 +0100 |
commit | 8a49c1aac6f1f1824059513360f2abc8aece1cd3 (patch) | |
tree | bb5a202f2dfc253367464e5eff8241e726364c14 /libs | |
parent | Suppress wrapping of lines in brief output mode, bug 490882. (diff) | |
download | eselect-8a49c1aac6f1f1824059513360f2abc8aece1cd3.tar.gz eselect-8a49c1aac6f1f1824059513360f2abc8aece1cd3.tar.bz2 eselect-8a49c1aac6f1f1824059513360f2abc8aece1cd3.zip |
Don't reset output mode in default do_help().
* libs/default.eselect.in (do_help): Don't reset output mode.
Diffstat (limited to 'libs')
-rw-r--r-- | libs/default.eselect.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/default.eselect.in b/libs/default.eselect.in index 5783a8d..844cc5c 100644 --- a/libs/default.eselect.in +++ b/libs/default.eselect.in @@ -95,7 +95,6 @@ describe_help() { } do_help() { - set_output_mode default echo "${DESCRIPTION}" show_usage_message if is_function show_extra_help_text; then |