summaryrefslogtreecommitdiffstats
path: root/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.c')
-rw-r--r--plugin.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin.c b/plugin.c
index c05bb72..440054b 100644
--- a/plugin.c
+++ b/plugin.c
@@ -77,12 +77,12 @@ void general_help(struct plugin *plugin)
usage(plugin);
printf("\n");
- print_word_wrapped(prog->desc, 0, 0);
+ print_word_wrapped(prog->desc, 0, 0, stdout);
printf("\n");
if (plugin->desc) {
printf("\n");
- print_word_wrapped(plugin->desc, 0, 0);
+ print_word_wrapped(plugin->desc, 0, 0, stdout);
printf("\n");
}