We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbfe1e9 commit 5b10724Copy full SHA for 5b10724
docs/onefetch.1
@@ -16,7 +16,7 @@ Outputs Onefetch in a specific format (json, yaml).
16
.HP
17
\fB\-z\fR, \fB\-\-isotime\fR
18
.IP
19
-Outputs Onefetch with ISO 8601 formated timestamps
+Outputs Onefetch with ISO 8601 formatted timestamps
20
21
\fB\-l\fR, \fB\-\-languages\fR
22
src/onefetch/cli.rs
@@ -75,7 +75,7 @@ impl Cli {
75
Arg::with_name("isotime")
76
.short("z")
77
.long("isotime")
78
- .help("Outputs Onefetch with ISO 8601 formated timestamps")
+ .help("Outputs Onefetch with ISO 8601 formatted timestamps")
79
)
80
.arg(
81
Arg::with_name("languages")
0 commit comments