Skip to content

Commit 81211b3

Browse files
committed
Update README.md
Signed-off-by: AlphabugX <[email protected]>
1 parent bde2dd5 commit 81211b3

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AScanPort 高速、多线程、全端口、单IP扫描。
55

66
```
77
-d string
8-
text|json| (default "text")
8+
text|json (default "text")
99
-o string
1010
result.txt (default "result_20220415_172833.txt")
1111
-t string

Diff for: main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
var (
1515
Target = flag.String("t", "f5.ink", "127.0.0.1 or f5.ink")
1616
Outfile = flag.String("o", "result_"+time.Now().Format("20060102_150405")+".txt", "result.txt")
17-
Format = flag.String("d", "text", "text|json|")
17+
Format = flag.String("d", "text", "text|json")
1818
)
1919

2020
func main() {

Diff for: result_20220415_173108.txt

-9
This file was deleted.

0 commit comments

Comments
 (0)