From 05a6e2062811e016391b754ef7c10e432c502de1 Mon Sep 17 00:00:00 2001 From: Nicolas Kosinski Date: Tue, 12 Apr 2022 06:42:26 +0200 Subject: [PATCH] Fix database typo in the usage --- src/tldr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tldr.c b/src/tldr.c index 5e5d430..d678b6d 100644 --- a/src/tldr.c +++ b/src/tldr.c @@ -210,7 +210,7 @@ print_usage(char const *arg) fprintf(stdout, " %-20s %-30s\n", "-h, --help", "print this help and exit"); fprintf(stdout, " %-20s %-30s\n", "-u, --update", "update local database"); fprintf(stdout, " %-20s %-30s\n", "-c, --clear-cache", "clear local database"); - fprintf(stdout, " %-20s %-30s\n", "-l, --list", "list all entries in the local databse"); + fprintf(stdout, " %-20s %-30s\n", "-l, --list", "list all entries in the local database"); fprintf(stdout, " %-20s %-30s\n", "-p, --platform=PLATFORM", "select platform, supported are linux / osx / sunos / windows / common"); fprintf(stdout, " %-20s %-30s\n", "--linux", "show command page for Linux");