diff options
author | Pierre Ossman <ossman@cendio.se> | 2024-11-22 17:03:40 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2024-11-22 17:03:40 +0100 |
commit | 44f67714bc53f33764da26d007b5dc4e8045473c (patch) | |
tree | d4f53e73219ee6593570ba626096551e6be48b1a /unix/vncpasswd/vncpasswd.cxx | |
parent | 213c12c4f12101b560d532416788914b9f67399a (diff) | |
download | tigervnc-44f67714bc53f33764da26d007b5dc4e8045473c.tar.gz tigervnc-44f67714bc53f33764da26d007b5dc4e8045473c.zip |
Capitalize even more logging and exceptions
Diffstat (limited to 'unix/vncpasswd/vncpasswd.cxx')
-rw-r--r-- | unix/vncpasswd/vncpasswd.cxx | 2 |
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); } |