diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-10-09 23:40:20 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-10-09 23:40:20 +0800 |
commit | a54bdf2bab6dd5004983e8812f57e85753b73f13 (patch) | |
tree | 50a9c39686d2202e257ec26d50eaee05f6d58b0e | |
parent | 9505cb381ba6488395610f66e434570e312c780e (diff) | |
download | pttbbs-a54bdf2bab6dd5004983e8812f57e85753b73f13.tar pttbbs-a54bdf2bab6dd5004983e8812f57e85753b73f13.tar.gz pttbbs-a54bdf2bab6dd5004983e8812f57e85753b73f13.tar.bz2 pttbbs-a54bdf2bab6dd5004983e8812f57e85753b73f13.tar.lz pttbbs-a54bdf2bab6dd5004983e8812f57e85753b73f13.tar.xz pttbbs-a54bdf2bab6dd5004983e8812f57e85753b73f13.tar.zst pttbbs-a54bdf2bab6dd5004983e8812f57e85753b73f13.zip |
typo
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2236 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | util/shmctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/shmctl.c b/util/shmctl.c index fa950016..deebf459 100644 --- a/util/shmctl.c +++ b/util/shmctl.c @@ -786,7 +786,7 @@ int main(int argc, char **argv) } if( argc == 1 || cmd[i].func == NULL ){ /* usage */ - printf("usage: bbsctl [command] [options]\n"); + printf("usage: shmctl [command] [options]\n"); printf("commands:\n"); for( i = 0 ; cmd[i].func != NULL ; ++i ) printf("\t%-15s%s\n", cmd[i].cmd, cmd[i].descript); |