diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-09 23:29:58 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-09 23:29:58 +0100 |
commit | afdf9e2e2616db4036477574095ee0d3a3635063 (patch) | |
tree | e65b1dc3bb7c21cab89f8af7798818ffe5edede5 /src | |
parent | 1d7d8494dd0513c6d150b0af458d67347a1b304c (diff) |
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ static void usage_cleanup(void) { fprintf(stderr, "usage: automedia cleanup [-d <days>] [search_term]\n"); fprintf(stderr, "OPTIONS\n"); fprintf(stderr, " -d <days> Media that haven't received any updates in the specified amount of days will be shown. If not specified then all media will be included\n"); - fprintf(stderr, " search_term The name of the media to find. If not inclued then all media (within -d days) will be included. Note this is case insensitive\n"); + fprintf(stderr, " search_term The name of the media to find. If not specified then all media (within -d days) will be included. Note this is case insensitive\n"); fprintf(stderr, "EXAMPLES\n"); fprintf(stderr, " automedia cleanup -d 100\n"); fprintf(stderr, " automedia cleanup baki\n"); |