Fix tabbing in help text. 1.2.0
authormdw <mdw>
Wed, 16 Dec 1998 00:10:58 +0000 (00:10 +0000)
committermdw <mdw>
Wed, 16 Dec 1998 00:10:58 +0000 (00:10 +0000)
xcatch.c

index cf9608b..a56112e 100644 (file)
--- 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;