summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2020-12-27 11:54:29 +0100
committerDavid Faure <faure@kde.org>2020-12-27 11:54:29 +0100
commit2dd6af21e2b83710a1f400fc27e1b30b2b5efc2d (patch)
treec4949a230884a205d564013929cef50549c61102
parent6663a2288d11b37bc07f5a01b4b85dcd377787e1 (diff)
Fix usage information for print-mime-data
-rw-r--r--src/print-mime-data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/print-mime-data.c b/src/print-mime-data.c
index 9485534..c66a4db 100644
--- a/src/print-mime-data.c
+++ b/src/print-mime-data.c
@@ -37,8 +37,8 @@
static void
usage (void)
{
- printf ("usage: test-mime-data <DIR>\n\n");
- printf ("Prints the mime-type of the file, detected in various ways.\n");
+ printf ("usage: print-mime-data <DIR>\n\n");
+ printf ("Prints the mime-type of every file in <DIR>, detected in various ways.\n");
exit (1);
}