File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ fn parse_args(args: *std.process.ArgIterator) !ParsedArgResult {
5252
5353 return .{
5454 .mode = mode orelse {
55- std .debug .print ("Wave value was not provided\n " , .{});
55+ std .debug .print ("Mode value was not provided\n " , .{});
5656 return error .Failed ;
5757 },
5858 .dac_bits = dac_bits orelse {
@@ -70,7 +70,7 @@ fn parse_args(args: *std.process.ArgIterator) !ParsedArgResult {
7070
7171fn usage (program_path : []const u8 ) void {
7272 const usage_str =
73- \\USAGE: {s} <Modes > --bits <Bits> --samples <Sample count> [--interpolate] [--freq=<Freq>]
73+ \\USAGE: {s} <Mode > --bits <Bits> --samples <Sample count> [--interpolate] [--freq=<Freq>]
7474 \\Bits Number of bits of DAC
7575 \\Sample Count Maximum number of points to in the output
7676 \\Freq Frequency will be scaled by this amount. (Default is 1.0)
You can’t perform that action at this time.
0 commit comments