add description for -m in README.md

This commit is contained in:
ZL114514 2025-07-06 16:36:23 +08:00
parent 46a6f8ab56
commit 6a0e41c393

View File

@ -50,6 +50,12 @@ ncmdump -d source_dir
ncmdump -d source_dir -r ncmdump -d source_dir -r
``` ```
使用 `-m` 参数来删除源文件若正确处理
```shell
ncmdump -m
```
使用 `-o` 参数来指定输出目录,将转换后的文件输出到指定目录,该参数支持与 `-r` 参数一起使用 使用 `-o` 参数来指定输出目录,将转换后的文件输出到指定目录,该参数支持与 `-r` 参数一起使用
```shell ```shell