Skip to content

Commit 50c3710

Browse files
authored
Update WSH command reference docs (#1865)
Fix formatting errors, update `wsh file` docs
1 parent 9db9ef2 commit 50c3710

2 files changed

Lines changed: 175 additions & 109 deletions

File tree

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)