about summary refs log tree commit diff
path: root/xwin.c
diff options
context:
space:
mode:
Diffstat (limited to 'xwin.c')
-rw-r--r--xwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xwin.c b/xwin.c
index e5e6d51..8113809 100644
--- a/xwin.c
+++ b/xwin.c
@@ -280,7 +280,7 @@ xsetup(int *argcp, char **argv)
 
 	/* Create the top level Widget */
 	n = 0;
-	XtSetArg(args[n], XtNtitle, "XDU Disk Usage Display ('h' for help)\n"); n++;
+	XtSetArg(args[n], XtNtitle, "XDU Disk Usage Display ('?' for help)"); n++;
 	toplevel = XtAppInitialize(&app_con, "XDu",
 			options, XtNumber(options),
 			argcp, argv,