We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef3474 commit 51917b7Copy full SHA for 51917b7
1 file changed
man/generate.go
@@ -7,8 +7,8 @@ import (
7
"os"
8
"path/filepath"
9
10
- "github.com/docker/docker/cli/command"
11
- "github.com/docker/docker/cli/command/commands"
+ "github.com/docker/cli/cli/command"
+ "github.com/docker/cli/cli/command/commands"
12
"github.com/docker/docker/pkg/term"
13
"github.com/spf13/cobra"
14
"github.com/spf13/cobra/doc"
0 commit comments