From: Ray Strode Date: Mon, 25 Dec 2023 16:07:47 +0000 (-0500) Subject: plymouth-populate-initrd: Fix usage message X-Git-Tag: 23.360.11~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f89dc90609dcbe9f500c41ea2bbfc83a7e4922e;p=thirdparty%2Fplymouth.git plymouth-populate-initrd: Fix usage message It currently says the scripts name is `plymouth` not `plymouth-populate-initrd`. This commit changes it to use $0 --- diff --git a/scripts/plymouth-populate-initrd.in b/scripts/plymouth-populate-initrd.in index 1c29e4c7..8ccac22c 100755 --- a/scripts/plymouth-populate-initrd.in +++ b/scripts/plymouth-populate-initrd.in @@ -424,7 +424,7 @@ function usage() { rc=1 fi - echo "usage: plymouth [ --verbose | -v ] { --targetdir | -t } { --x11-directory | -x } " > $output + echo "usage: $0 [ --verbose | -v ] { --targetdir | -t } { --x11-directory | -x } " > $output exit $rc }