Skip to content

Commit

Permalink
PR feedback: Rework short "zed use" help text
Browse files Browse the repository at this point in the history
Co-authored-by: Noah Treuhaft <[email protected]>
  • Loading branch information
philrz and nwt authored Oct 23, 2023
1 parent b059b88 commit c29abb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/zed/use/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
var Cmd = &charm.Spec{
Name: "use",
Usage: "use [pool][@branch]",
Short: "use a branch, or print the branch and lake currently in use",
Short: "use a branch or print current branch and lake",
Long: `
The use command prints or sets the working pool and branch. Setting these
values allows commands like load, rebase, merge, etc. to function without
Expand Down

0 comments on commit c29abb2

Please sign in to comment.