diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-07-20 16:52:24 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-07-20 16:52:24 +0800 |
commit | 459a9657190f8a93e919952cc9043198d32411db (patch) | |
tree | ae887ace6d73fc1b781b51dc7f6b587df1349f4a | |
parent | f6f9b3e723dbac7df75917cafa05a51177c8c6c0 (diff) | |
download | pttbbs-459a9657190f8a93e919952cc9043198d32411db.tar pttbbs-459a9657190f8a93e919952cc9043198d32411db.tar.gz pttbbs-459a9657190f8a93e919952cc9043198d32411db.tar.bz2 pttbbs-459a9657190f8a93e919952cc9043198d32411db.tar.lz pttbbs-459a9657190f8a93e919952cc9043198d32411db.tar.xz pttbbs-459a9657190f8a93e919952cc9043198d32411db.tar.zst pttbbs-459a9657190f8a93e919952cc9043198d32411db.zip |
Xload -> Xinfo
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@424 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | mbbsd/menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/menu.c b/mbbsd/menu.c index 9379c28f..c7570620 100644 --- a/mbbsd/menu.c +++ b/mbbsd/menu.c @@ -1,4 +1,4 @@ -/* $Id: menu.c,v 1.13 2002/07/05 17:10:27 in2 Exp $ */ +/* $Id: menu.c,v 1.14 2002/07/20 08:52:24 in2 Exp $ */ #include "bbs.h" /* help & menu processring */ @@ -427,7 +427,7 @@ static commands_t xyzlist[] = { {x_yesterday, 0, "YYesterday 《昨日上線人次統計》"}, {x_user100 ,0, "UUsers 《使用者百大排行榜》"}, {x_birth, 0, "BBirthday 《今日壽星大觀》"}, - {p_sysinfo, 0, "XXload 《查看系統負荷》"}, + {p_sysinfo, 0, "XXinfo 《查看系統資訊》"}, {NULL, 0, NULL} }; |