mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 18:17:03 +00:00
Package reorg part 3
- binary "inbucketd" is now "inbucket" - renamed "conf" to "etc" so it doesn't get confused with "config" pacakge dir
This commit is contained in:
@@ -41,7 +41,7 @@ func main() {
|
|||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
flag.Usage = func() {
|
flag.Usage = func() {
|
||||||
fmt.Fprintln(os.Stderr, "Usage of inbucketd [options] <conf file>:")
|
fmt.Fprintln(os.Stderr, "Usage of inbucket [options] <conf file>:")
|
||||||
flag.PrintDefaults()
|
flag.PrintDefaults()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user