From 4e6aae287f6b841768a7b8c5f64e5189c3f827c1 Mon Sep 17 00:00:00 2001 From: mdw Date: Wed, 16 Dec 1998 00:10:58 +0000 Subject: [PATCH] Fix tabbing in help text. --- xcatch.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/xcatch.c b/xcatch.c index cf9608b..a56112e 100644 --- a/xcatch.c +++ b/xcatch.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: xcatch.c,v 1.1 1998/12/15 23:46:50 mdw Exp $ + * $Id: xcatch.c,v 1.2 1998/12/16 00:10:58 mdw Exp $ * * Catch input and trap it in an X window * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: xcatch.c,v $ + * Revision 1.2 1998/12/16 00:10:58 mdw + * Fix tabbing in help text. + * * Revision 1.1 1998/12/15 23:46:50 mdw * New program: captures input and puts it in a window. * @@ -222,8 +225,8 @@ int main(int argc, char *argv[]) "-h, --help Display this help text\n" "-u, --usage Display a quick usage summary\n" "-v, --version Display the version number\n" -"-f, --file=FILE Read input from the named file\n" -"-F, --font=FONT Display output in the named font\n", +"-f, --file=FILE\t Read input from the named file\n" +"-F, --font=FONT\t Display output in the named font\n", stdout); exit(0); break; -- 2.11.0