Skip to content

Commit 8ae87c8

Browse files
committed
fix database request on root cmd
1 parent c588ea9 commit 8ae87c8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

daemon/cmd/root.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ import (
88
"github.com/cvmfs/docker-graphdriver/daemon/lib"
99
)
1010

11-
func init() {
12-
rootCmd.PersistentFlags().StringVarP(&lib.DatabaseLocation, "database", "d", lib.DefaultDatabaseLocation, "database location")
13-
}
14-
1511
var rootCmd = &cobra.Command{
1612
Use: "daemon",
1713
Short: "Show the several commands available.",

0 commit comments

Comments
 (0)