Русифицировать README и интерфейс HY2XS admin
This commit is contained in:
@@ -48,3 +48,4 @@ func Execute() {
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -49,3 +49,4 @@ func runReset(cmd *cobra.Command, args []string) {
|
||||
fmt.Println(fmt.Sprintf("HY2XS admin Login Password: %s", password))
|
||||
fmt.Println(fmt.Sprintf("HY2XS admin Connection Password: %s", fmt.Sprintf("%s.%s", username, password)))
|
||||
}
|
||||
|
||||
|
||||
@@ -83,3 +83,4 @@ func initFile() error {
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
@@ -20,3 +20,4 @@ func init() {
|
||||
func runVersion(cmd *cobra.Command, args []string) {
|
||||
fmt.Println("HY2XS admin version", constant.Version)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user