Add ascii Logo
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
501ccbe880
commit
17cef2d427
|
@ -25,6 +25,13 @@ func checkInput(token, message string) {
|
|||
var Version = "No Version Provided"
|
||||
|
||||
var usageStr = `
|
||||
________ .__
|
||||
/ _____/ ____ _______ __ __ ______| |__
|
||||
/ \ ___ / _ \\_ __ \| | \/ ___/| | \
|
||||
\ \_\ \( <_> )| | \/| | /\___ \ | Y \
|
||||
\______ / \____/ |__| |____//____ >|___| /
|
||||
\/ \/ \/
|
||||
|
||||
Usage: gorush [options]
|
||||
|
||||
Server Options:
|
||||
|
|
Loading…
Reference in New Issue