diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-05-15 22:23:35 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-05-15 22:23:35 +0000 |
| commit | a3a23c28f0fa4ed8b42ccde4a4b99aec60583df5 (patch) | |
| tree | 67701ad522d12bdc493de1839fd4be68a2e05e96 /nls/zh_CN | |
| parent | 4f50d11704240ccfc4f96f48f906e12d59f8fdc2 (diff) | |
moved menu from a rc file option to a command line option
Diffstat (limited to 'nls/zh_CN')
| -rw-r--r-- | nls/zh_CN/main.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nls/zh_CN/main.m b/nls/zh_CN/main.m index 15a4b9e7..890338bc 100644 --- a/nls/zh_CN/main.m +++ b/nls/zh_CN/main.m @@ -2,6 +2,8 @@ $set 14 #main $ #RCRequiresArg # 错误: '-rc' 需要参数\n +$ #MENURequiresArg +# 错误: '-menu' 需要参数\n $ #DISPLAYRequiresArg # 错误: '-display' 需要参数\n $ #WarnDisplaySet @@ -12,6 +14,7 @@ $ #Usage \t\t\t 1997 - 2000 Brad Hughes\n\n\ -display <string>\t\t使用显示连接.\n\ -rc <string>\t\t\t使用其他的资源文件.\n\ + -menu <string>\t\t\tuse alternate menu file.\n\ -version\t\t\t显示版本.\n\ -help\t\t\t\t显示这个帮助.\n\n $ #CompileOptions |
