We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db9ef2 commit 50c3710Copy full SHA for 50c3710
2 files changed
cmd/wsh/cmd/wshcmd-wsl.go
@@ -16,7 +16,7 @@ import (
16
var distroName string
17
18
var wslCmd = &cobra.Command{
19
- Use: "wsl [-d <Distro>]",
+ Use: "wsl [-d <distribution-name>]",
20
Short: "connect this terminal to a local wsl connection",
21
Args: cobra.NoArgs,
22
RunE: wslRun,
0 commit comments