Skip to content

Commit

Permalink
truncate favorite usage text to be less than 80 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
bshutterkion committed Feb 29, 2024
1 parent 54c0838 commit 345b1ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ func main() {
{
Name: "favorite",
Aliases: []string{"fav", "f"},
Usage: "Quickly access a favorite via federating into the web console or from the cli via a stak.",
Usage: "Access favorites via web console or a stak for CLI usage",
ArgsUsage: "[FAVORITE_NAME]",
Action: favorites,
Flags: []cli.Flag{
Expand Down

0 comments on commit 345b1ac

Please sign in to comment.