Skip to content

Commit

Permalink
fix(cli): update opt_usage
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Dec 7, 2024
1 parent 8e2406c commit 449abe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets.zig
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ pub const help_prefix =
\\└────┘
;

pub const opt_usage = "{u}{?u}{s} {s}{s?} <{s}>";
pub const opt_usage = "{u}{?u}{s}{s}{s?}{s} <{s}>";
pub const examples_header = "{s}EXAMPLE:\n";

0 comments on commit 449abe5

Please sign in to comment.