Merge pull request #1205 from max-moser/master

Fix typo in help message
pull/1235/head
Tim Stack 7 months ago committed by GitHub
commit 3ce80003bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -395,7 +395,7 @@ update_installs_from_git()
if (!found) {
printf(
"No formats from git repositories found, "
"use 'lnav -i extra' to install third-party foramts\n");
"use 'lnav -i extra' to install third-party formats\n");
}
return retval;

Loading…
Cancel
Save