summaryrefslogtreecommitdiff
path: root/xclock.c
diff options
context:
space:
mode:
authorAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-03-17 20:32:25 +0000
committerAlexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>2004-03-17 20:32:25 +0000
commit4bc93313335f55da63e8431a396d65a1115c8e49 (patch)
tree4dc4b40c3abbeb0df6175dda9c7256e44a626a6c /xclock.c
parentc133bf70e69202ea5ba5636a5279cd4512e5fc29 (diff)
Diffstat (limited to 'xclock.c')
-rw-r--r--xclock.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/xclock.c b/xclock.c
index 0ad6917..9f637db 100644
--- a/xclock.c
+++ b/xclock.c
@@ -29,7 +29,7 @@ Except as contained in this notice, the name of The Open Group shall not be
used in advertising or otherwise to promote the sale, use or other dealings
in this Software without prior written authorization from The Open Group.
*/
-/* $XFree86: xc/programs/xclock/xclock.c,v 1.16 2002/10/21 13:33:08 alanh Exp $ */
+/* $XFree86: xclock.c,v 1.16 2002/10/21 13:33:08 alanh Exp $ */
#include <stdio.h>
#include <stdlib.h>
@@ -89,13 +89,14 @@ static Atom wm_delete_window;
static void
Syntax(char *call)
{
- (void) printf ("Usage: %s [-analog] [-bw <pixels>] [-digital] [-brief] [-utime] [-strftime <fmt-str>]\n", call);
+ (void) printf ("Usage: %s [-analog] [-bw <pixels>] [-digital] [-brief]\n", call);
+ (void) printf (" [-utime] [-strftime <fmt-str>]\n");
(void) printf (" [-fg <color>] [-bg <color>] [-hd <color>]\n");
(void) printf (" [-hl <color>] [-bd <color>]\n");
(void) printf (" [-fn <font_name>] [-help] [-padding <pixels>]\n");
(void) printf (" [-rv] [-update <seconds>] [-display displayname]\n");
#ifdef XRENDER
- (void) printf (" [-render] [-face <face name>] [-sharp]\n");
+ (void) printf (" [-[no]render] [-face <face name>] [-sharp]\n");
#endif
(void) printf (" [-geometry geom] [-twelve] [-twentyfour]\n\n");
exit(1);