summaryrefslogtreecommitdiff
path: root/builtins/help.def
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/help.def')
-rw-r--r--builtins/help.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/help.def b/builtins/help.def
index 1935b64e..35a6de9c 100644
--- a/builtins/help.def
+++ b/builtins/help.def
@@ -169,7 +169,7 @@ show_longdoc (i)
}
else
for (j = 0; doc[j]; j++)
- printf (" %s\n", _(doc[j]));
+ printf ("%*s%s\n", BASE_INDENT, " ", _(doc[j]));
}
static void