diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-04-05 22:36:25 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-04-05 22:36:25 +0800 |
commit | 8ae3f8c387cf444eb20a73ebb6ff412213913ddd (patch) | |
tree | b72d73d8debec81e831b02a1e299e7df60f94512 /util/showboard.c | |
parent | 2bff3f37cca7f2059e62ef99c354df43c8b5d305 (diff) | |
download | pttbbs-8ae3f8c387cf444eb20a73ebb6ff412213913ddd.tar pttbbs-8ae3f8c387cf444eb20a73ebb6ff412213913ddd.tar.gz pttbbs-8ae3f8c387cf444eb20a73ebb6ff412213913ddd.tar.bz2 pttbbs-8ae3f8c387cf444eb20a73ebb6ff412213913ddd.tar.lz pttbbs-8ae3f8c387cf444eb20a73ebb6ff412213913ddd.tar.xz pttbbs-8ae3f8c387cf444eb20a73ebb6ff412213913ddd.tar.zst pttbbs-8ae3f8c387cf444eb20a73ebb6ff412213913ddd.zip |
.BOARDS => .BRD
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@82 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'util/showboard.c')
-rw-r--r-- | util/showboard.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/showboard.c b/util/showboard.c index 3801dbb1..91593b12 100644 --- a/util/showboard.c +++ b/util/showboard.c @@ -1,4 +1,4 @@ -/* $Id: showboard.c,v 1.1 2002/03/07 15:13:46 in2 Exp $ */ +/* $Id: showboard.c,v 1.2 2002/04/05 14:36:25 in2 Exp $ */ /* ¬ÝªO¤@Äýªí(sorted) */ #include <stdio.h> @@ -28,7 +28,7 @@ int main(argc, argv) if (argc < 2) { - printf("Usage:\t%s .BOARDS [MAXUSERS]\n", argv[0]); + printf("Usage:\t%s .BRD [MAXUSERS]\n", argv[0]); exit(1); } |