Skip to content

Commit 9402828

Browse files
committed
Update the description
1 parent ea77d33 commit 9402828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
func newRootCmd() *cobra.Command {
1414
rootCmd := &cobra.Command{
1515
Use: "wo",
16-
Short: "Manage workspace in shell",
16+
Short: "Manage workspaces in shell",
1717
}
1818
w, err := newWorkspaceManager()
1919
if err != nil {

0 commit comments

Comments
 (0)