Skip to content

Commit 7c0002b

Browse files
committed
Update wsh cmd reference
1 parent 9db9ef2 commit 7c0002b

File tree

2 files changed

+175
-109
lines changed

2 files changed

+175
-109
lines changed

cmd/wsh/cmd/wshcmd-wsl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
var distroName string
1717

1818
var wslCmd = &cobra.Command{
19-
Use: "wsl [-d <Distro>]",
19+
Use: "wsl [-d <distribution-name>]",
2020
Short: "connect this terminal to a local wsl connection",
2121
Args: cobra.NoArgs,
2222
RunE: wslRun,

0 commit comments

Comments
 (0)