Skip to content

Commit 3859bfd

Browse files
committed
Add copyright to help information. close #30
1 parent ebc5de8 commit 3859bfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmd/root.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ const (
1818

1919
// RootCmd represents the base command when called without any subcommands
2020
var RootCmd = &cobra.Command{
21-
Use: "gbb",
22-
Short: "Compile assistant",
23-
Long: ``,
21+
Use: "gbb",
22+
Long: `Compile assistant.
23+
Copyright (c) 2016, 2018, voidint. All rights reserved.`,
2424

2525
Run: func(cmd *cobra.Command, args []string) {
2626
if gopts.ConfigFile == DefaultConfFile {

0 commit comments

Comments
 (0)