From df5debe1920dc4753d3cdee63f588d3c58ebbd0d Mon Sep 17 00:00:00 2001 From: Matthew Wall Date: Tue, 25 Jan 2022 16:23:50 -0500 Subject: [PATCH] rename show-strings to i18n-report --- util/i18n/{show-strings => i18n-report} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename util/i18n/{show-strings => i18n-report} (98%) diff --git a/util/i18n/show-strings b/util/i18n/i18n-report similarity index 98% rename from util/i18n/show-strings rename to util/i18n/i18n-report index 2eaaa0c8..6125bc19 100755 --- a/util/i18n/show-strings +++ b/util/i18n/i18n-report @@ -14,11 +14,11 @@ import configobj __version__ = '0.1' -usagestr = """Usage: show-strings --skin=PATH_TO_SKIN [--help] [--version] +usagestr = """Usage: i18n-report --skin=PATH_TO_SKIN [--help] [--version] Examples: - show-strings --skin=PATH_TO_SKIN - show-strings --skin=PATH_TO_SKIN --lang=XX + i18n-report --skin=PATH_TO_SKIN + i18n-report --skin=PATH_TO_SKIN --lang=XX Utility to manage translated strings in WeeWX skins."""