Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/caesar Aligned the usage message from the program with...



details:   https://anonhg.NetBSD.org/src/rev/bdb878075a95
branches:  trunk
changeset: 583180:bdb878075a95
user:      rillig <rillig%NetBSD.org@localhost>
date:      Fri Jul 22 11:56:50 2005 +0000

description:
Aligned the usage message from the program with the one mentioned in the
man page.

diffstat:

 games/caesar/caesar.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8554147b12bf -r bdb878075a95 games/caesar/caesar.c
--- a/games/caesar/caesar.c     Fri Jul 22 11:52:23 2005 +0000
+++ b/games/caesar/caesar.c     Fri Jul 22 11:56:50 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: caesar.c,v 1.16 2005/07/22 11:52:23 rillig Exp $       */
+/*     $NetBSD: caesar.c,v 1.17 2005/07/22 11:56:50 rillig Exp $       */
 
 /*
  * Copyright (c) 1989, 1993
@@ -48,7 +48,7 @@
 #if 0
 static char sccsid[] = "@(#)caesar.c   8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: caesar.c,v 1.16 2005/07/22 11:52:23 rillig Exp $");
+__RCSID("$NetBSD: caesar.c,v 1.17 2005/07/22 11:56:50 rillig Exp $");
 #endif
 #endif /* not lint */
 
@@ -196,7 +196,7 @@
                init_rottbl(get_rotation(argv[1]));
                print_file();
        } else {
-               (void)fprintf(stderr, "usage: caesar [rot]\n");
+               (void)fprintf(stderr, "usage: caesar [rotation]\n");
                exit(EXIT_FAILURE);
                /* NOTREACHED */
        }



Home | Main Index | Thread Index | Old Index