aboutsummaryrefslogtreecommitdiffstats
path: root/unix/vncpasswd/vncpasswd.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'unix/vncpasswd/vncpasswd.cxx')
-rw-r--r--unix/vncpasswd/vncpasswd.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/vncpasswd/vncpasswd.cxx b/unix/vncpasswd/vncpasswd.cxx
index 9833ec7b..368bd40a 100644
--- a/unix/vncpasswd/vncpasswd.cxx
+++ b/unix/vncpasswd/vncpasswd.cxx
@@ -47,7 +47,7 @@ char* prog;
static void usage()
{
- fprintf(stderr,"usage: %s [file]\n", prog);
+ fprintf(stderr,"Usage: %s [file]\n", prog);
fprintf(stderr," %s -f\n", prog);
exit(1);
}