Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2024-03-11 11:16:54 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2024-03-11 11:16:54 +0300
commit6c73791cab6d430e1c061c8c515280c01d2fe95d (patch)
treef564351768676f24eb57b2bca41b111204bf092e /main.go
parentf76e3ff94b15f20bab5ef2fe105506a734b406f8 (diff)
[xray] add BurstObservatory + minor changes
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 4051337b..d8177458 100644
--- a/main.go
+++ b/main.go
@@ -343,7 +343,7 @@ func main() {
updateTgbotEnableSts(enabletgbot)
}
default:
- fmt.Println("except 'run' or 'setting' subcommands")
+ fmt.Println("Invalid subcommands")
fmt.Println()
runCmd.Usage()
fmt.Println()