Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit 9508c88

Browse files
authored
Merge pull request #13 from mskarbek/typo
typo fix
2 parents b48f729 + c7214b9 commit 9508c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ fn run() -> Result<()> {
257257
opts.optopt(
258258
"p",
259259
"pid-file",
260-
"additonal location to write pid",
260+
"additional location to write pid",
261261
"PID-FILE",
262262
);
263263
opts.optopt("c", "console", "console to use", "CONSOLE");

0 commit comments

Comments
 (0)