Skip to content

Commit c5a1b0d

Browse files
authored
Fix typo of "database" in the usage (#83)
1 parent 42571ee commit c5a1b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tldr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ print_usage(char const *arg)
210210
fprintf(stdout, " %-20s %-30s\n", "-h, --help", "print this help and exit");
211211
fprintf(stdout, " %-20s %-30s\n", "-u, --update", "update local database");
212212
fprintf(stdout, " %-20s %-30s\n", "-c, --clear-cache", "clear local database");
213-
fprintf(stdout, " %-20s %-30s\n", "-l, --list", "list all entries in the local databse");
213+
fprintf(stdout, " %-20s %-30s\n", "-l, --list", "list all entries in the local database");
214214
fprintf(stdout, " %-20s %-30s\n", "-p, --platform=PLATFORM",
215215
"select platform, supported are linux / osx / sunos / windows / common");
216216
fprintf(stdout, " %-20s %-30s\n", "--linux", "show command page for Linux");

0 commit comments

Comments
 (0)