diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | libs/default.eselect.in | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2013-11-19 Ulrich Müller <ulm@gentoo.org> + + * libs/default.eselect.in (do_help): Don't reset output mode. + 2013-11-15 Ulrich Müller <ulm@gentoo.org> * libs/output.bash.in (write_kv_list_entry): Suppress wrapping 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 |