Skip to content

Commit

Permalink
show usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Majjcom committed Aug 11, 2023
1 parent 2db5440 commit 0b7ae56
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# ncmpp

一个极速的ncm解密器
一个极速的多线程ncm解密器

建议使用带有图形界面的版本:[ncmppGui](https://github.com/Majjcom/ncmppGui)

## 使用方法

### 快速开始

- 下载`Release`中最新版本的可执行文件

- 将文件复制到有`ncm`文件的目录中
Expand All @@ -15,6 +17,12 @@
- 等待解密完成
- 解密后的文件存放在`unlock`文件夹中

### 命令行参数

--threads[t] 最大线解密程数

--showtime[s] 显示解密消耗的时间

## 构建环境

Windows 10
Expand Down
2 changes: 2 additions & 0 deletions ncmpp/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ int main(int argc, char* argv[])
bool success = cmd.parse(argc, argv);
if (!success)
{
log("\033[31m", cmd.error(), "\033[0m");
log(cmd.usage());
return 1;
}

Expand Down

0 comments on commit 0b7ae56

Please sign in to comment.