From f02f7e52e34926b21138ddb024fd8efb31a1cf73 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 2 Nov 2025 22:33:29 +0800 Subject: Simplify export command syntax in help documentation --- locales/help_docs/en.yml | 2 +- locales/help_docs/zh-CN.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'locales') diff --git a/locales/help_docs/en.yml b/locales/help_docs/en.yml index 4464afe..dc2daed 100644 --- a/locales/help_docs/en.yml +++ b/locales/help_docs/en.yml @@ -173,7 +173,7 @@ jv: **FILE TRANSFER** import - Import files from import area import - Import files from reference sheet - export -m -n - Export files to other sheets + export - Export files to other sheets **FILE OPERATIONS** move - Safely rename files diff --git a/locales/help_docs/zh-CN.yml b/locales/help_docs/zh-CN.yml index 3ed70a9..08a44de 100644 --- a/locales/help_docs/zh-CN.yml +++ b/locales/help_docs/zh-CN.yml @@ -164,9 +164,9 @@ jv: exit - 退出表,清除当前修改 **文件传递** - import <文件包名称> - 从导入区导入文件 - import <参照表中目录> - 从参照表导入文件 - export <文件> <表名称> -m <描述> -n <文件包名称> - 导出文件到其他表 + import <文件包名称> - 从导入区导入文件 + import <参照表中目录> - 从参照表导入文件 + export <文件> <表名称> - 导出文件到其他表 **文件操作** move <文件> <到> - 安全地重命名文件 -- cgit