From 2c8655488333effc967ddcb11c2db9b52d2196ba Mon Sep 17 00:00:00 2001 From: Hadi Chokr Date: Wed, 1 Apr 2026 09:02:21 +0200 Subject: [PATCH] Use long options for gettext --- Messages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Messages.sh b/Messages.sh index e1e3e6e..8eccb6f 100644 --- a/Messages.sh +++ b/Messages.sh @@ -1,4 +1,4 @@ #! /usr/bin/env bash # SPDX-FileCopyrightText: None # SPDX-License-Identifier: CC0-1.0 -$XGETTEXT --language=Python mkosi.extra/usr/lib/command-not-found-handler.py -o $podir/kde-linux.pot +$XGETTEXT --language=Python mkosi.extra/usr/lib/command-not-found-handler.py --output=$podir/kde-linux.pot