Skip to content

Commit

Permalink
fix: rename pulse flag
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Aug 22, 2024
1 parent 83e59ac commit 559f962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ pub const setup_cmd: CommandT = .{
.short_name = 'p',
.long_name = "pulse",
.val = ValueT.ofType(bool, .{
.name = "flag",
.name = "pulse_flag",
.default_val = false,
}),
},
Expand Down

0 comments on commit 559f962

Please sign in to comment.