Skip to content

Commit

Permalink
docs: update example command
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Dec 8, 2024
1 parent 4cad0e9 commit ceb9b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.zig
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pub const setup_cmd: CommandT = .{
.name = "xtxf",
.description = "2D matrix screensaver.",
.examples = &.{
"xtxf -m decimal -s crypto -a bold,dim",
"xtxf -a -m decimal -s crypto",
},
.sub_cmds_mandatory = false,
.sub_cmds = &.{
Expand Down

0 comments on commit ceb9b53

Please sign in to comment.