From a97baa50fdbf951cf3568b7068a7194f22642d52 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 21 Nov 1998 00:16:28 +0000 Subject: smbd/password.c: Added *SMBSERVER fix is name is too long. web/swat.c: Changed '?' to help. Jeremy. (This used to be commit 631913ea856926a77304692c74a1bd27faead179) --- source3/web/swat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/web') diff --git a/source3/web/swat.c b/source3/web/swat.c index 7004891f32..8c5ac782a3 100644 --- a/source3/web/swat.c +++ b/source3/web/swat.c @@ -163,7 +163,7 @@ static void show_parameter(int snum, struct parm_struct *parm) ptr = lp_local_ptr(snum, ptr); } - printf("? %s", + printf("Help       %s", stripspace(parm->label), parm->label); switch (parm->type) { -- cgit