Skip to content

Commit 26de536

Browse files
authored
Update README.md
1 parent d178e18 commit 26de536

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ func main() {
7474
},
7575
},
7676
Flags: func(c *xflag.Command) {
77-
c.Flags().StringP("config", "c", "", "配置文件")
77+
c.Flags().StringP("xcfg", "c", "", "配置文件")
7878
_ = c.MarkFlagRequired("config")
7979
},
8080
},
@@ -126,4 +126,4 @@ them, and corrected the errors in the document, please submit a Pull Request~
126126

127127
## :closed_book:License
128128

129-
Distributed under MIT License, please see license file within the code for more details.
129+
Distributed under MIT License, please see license file within the code for more details.

0 commit comments

Comments
 (0)