diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-09-07 15:56:21 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-09-07 15:56:21 +0200 |
commit | 3e23f520469f7da2873a8635942e165bd7ccba1d (patch) | |
tree | 4fcd54176f7961784203651d701731879196340c /po/tiktok.pot | |
parent | a07693893601c8f9f7f65d07daa6db5c79afcb9d (diff) |
Fix usage string
Diffstat (limited to 'po/tiktok.pot')
-rw-r--r-- | po/tiktok.pot | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/po/tiktok.pot b/po/tiktok.pot index bb89537..c9309a1 100644 --- a/po/tiktok.pot +++ b/po/tiktok.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2025-09-06 15:47+0200\n" +"POT-Creation-Date: 2025-09-07 15:25+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -17,22 +17,24 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: main.c:31 +#: main.c:33 #, c-format -msgid "Usage: %s [-h] [-i interval] [format]\n" +msgid "" +"Usage: %s [-i interval] [format]\n" +" %s -h\n" msgstr "" -#: main.c:66 +#: main.c:71 #, c-format msgid "" "invalid interval ā%sā\n" "Read the %s(1) manual page for valid intervals" msgstr "" -#: main.c:90 main.c:100 +#: main.c:95 main.c:105 msgid "failed to get the time" msgstr "" -#: main.c:96 +#: main.c:101 msgid "buffer too small" msgstr "" |