aboutsummaryrefslogtreecommitdiff
path: root/opts/flags.go
blob: 678437602dccc81e034e4e3bd849d43cb311c262 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
package opts

import (
	"fmt"
	"os"
)

func flagUsage() {
	fmt.Printf(`usage of goshkan server:
%v -config <server-config-file>	

options:

  --config <file>   path to config file for goshkan server (in json)
                    default path for this file is server-config.json


Copyright (c) 2021 snix.ir, All rights reserved.
Developed BY <Sina Ghaderi> sina@snix.ir
This work is licensed under the terms of GNU General Public license.
Github: github.com/sina-ghaderi and Source: git.snix.ir
`, os.Args[0])
}

Snix LLC Git Repository Holder Copyright(C) 2022 All Rights Reserved Email To Snix.IR