Skip to content

Commit 5b10724

Browse files
authored
fixed spelling mistake (#376)
1 parent fbfe1e9 commit 5b10724

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/onefetch.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Outputs Onefetch in a specific format (json, yaml).
1616
.HP
1717
\fB\-z\fR, \fB\-\-isotime\fR
1818
.IP
19-
Outputs Onefetch with ISO 8601 formated timestamps
19+
Outputs Onefetch with ISO 8601 formatted timestamps
2020
.HP
2121
\fB\-l\fR, \fB\-\-languages\fR
2222
.IP

src/onefetch/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ impl Cli {
7575
Arg::with_name("isotime")
7676
.short("z")
7777
.long("isotime")
78-
.help("Outputs Onefetch with ISO 8601 formated timestamps")
78+
.help("Outputs Onefetch with ISO 8601 formatted timestamps")
7979
)
8080
.arg(
8181
Arg::with_name("languages")

0 commit comments

Comments
 (0)