aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fetchmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 3e3ecf2a..74b2edbc 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -1326,7 +1326,7 @@ void dump_params (struct runctl *runp, struct query *querylist, flag implicit)
else
printf("\t%s\n", idp->id);
if (ctl->wildcard)
- fputs("*\n", stdout);
+ fputs("\t*\n", stdout);
}
if (count > 1 || ctl->wildcard)