Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rootphantomer committed Sep 7, 2022
1 parent e863d6f commit 135ae56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: ph4nt0mer
* @Date: 2022-08-31 17:03:03
* @LastEditors: rootphantomer
* @LastEditTime: 2022-09-07 16:46:26
* @LastEditTime: 2022-09-07 18:00:02
* @FilePath: /quake_go/main.go
* @Description:
*
Expand Down Expand Up @@ -41,7 +41,7 @@ func hflag_init() {
panic(err)
}
num := len(os.Args)
if num < 3 {
if num < 2 {
fmt.Println("./quake -h get help!")
return
}
Expand Down

0 comments on commit 135ae56

Please sign in to comment.