Skip to content

Commit

Permalink
Small corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikuolan committed Sep 28, 2017
1 parent 4a567dc commit 04ad632
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _docs/readme.zh-tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SigTool可以像任何其他PHP腳本從磁盤或存儲介質一樣運行。​

可以使用的參數:
- 沒有參數:顯示此幫助信息。
- `x`:從`daily.cvd`和`main.cvd'中提取簽名文件。
- `x`:從`daily.cvd``main.cvd`中提取簽名文件。
- `p`:處理用於phpMussel的簽名文件。
- `m`:在處理之前下載`main.cvd`
- `d`:在處理之前下載`daily.cvd`
Expand Down
2 changes: 1 addition & 1 deletion _docs/readme.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SigTool可以像任何其他PHP脚本从磁盘或存储介质一样运行。​

可以使用的参数:
- 没有参数:显示此帮助信息。
- `x`:从`daily.cvd`和`main.cvd'中提取签名文件。
- `x`:从`daily.cvd``main.cvd`中提取签名文件。
- `p`:处理用于phpMussel的签名文件。
- `m`:在处理之前下载`main.cvd`
- `d`:在处理之前下载`daily.cvd`
Expand Down
5 changes: 3 additions & 2 deletions sigtool.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* SigTool v0.2.0-DEV (last modified: 2017.09.05).
* SigTool v0.2.0-DEV (last modified: 2017.09.19).
* Generates signatures for phpMussel using main.cvd and daily.cvd from ClamAV.
*
* Package location: GitHub <https://github.com/phpMussel/SigTool>.
Expand Down Expand Up @@ -31,7 +31,8 @@ class SigTool
public $SafeReadSize = 131072;

/** Fix variables. */
public function __construct() {
public function __construct()
{
$this->UA = sprintf($this->UA, $this->Ver);
}

Expand Down

0 comments on commit 04ad632

Please sign in to comment.