From cf26a29230cd3ccd79fc8c113dab12a47e244f7a Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 20 Nov 2010 17:33:52 -0800 Subject: Make usage message fit into 80-column lines Signed-off-by: Alan Coopersmith --- xeyes.c | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'xeyes.c') diff --git a/xeyes.c b/xeyes.c index 2a8235d..c58436d 100644 --- a/xeyes.c +++ b/xeyes.c @@ -47,18 +47,15 @@ static void usage(void) { fprintf(stderr, -"usage: xeyes\n"); - fprintf (stderr, -" [-geometry [{width}][x{height}][{+-}{xoff}[{+-}{yoff}]]] [-display [{host}]:[{vs}]]\n"); - fprintf(stderr, -" [-fg {color}] [-bg {color}] [-bd {color}] [-bw {pixels}]"); - fprintf(stderr, " [-shape | +shape]"); - fprintf(stderr, "\n"); - fprintf(stderr, -" [-outline {color}] [-center {color}] [-backing {backing-store}] [-distance]\n"); + "usage: xeyes\n" + " [-display [{host}]:[{vs}]]\n" + " [-geometry [{width}][x{height}][{+-}{xoff}[{+-}{yoff}]]]\n" + " [-fg {color}] [-bg {color}] [-bd {color}] [-bw {pixels}]\n" + " [-shape | +shape] [-outline {color}] [-center {color}]\n" + " [-backing {backing-store}] [-distance]\n"); #ifdef XRENDER fprintf(stderr, -" [-render | +render]\n"); + " [-render | +render]\n"); #endif exit(1); } -- cgit v1.2.3