mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-06 12:38:08 +02:00
Merge branch 'fix-usage-message' into 'main'
plymouth-populate-initrd: Fix usage message See merge request plymouth/plymouth!272
This commit is contained in:
commit
202a6ac379
1 changed files with 1 additions and 1 deletions
|
|
@ -424,7 +424,7 @@ function usage() {
|
|||
rc=1
|
||||
fi
|
||||
|
||||
echo "usage: plymouth [ --verbose | -v ] { --targetdir | -t } <initrd_directory> { --x11-directory | -x } <x11_directory>" > $output
|
||||
echo "usage: $0 [ --verbose | -v ] { --targetdir | -t } <initrd_directory> { --x11-directory | -x } <x11_directory>" > $output
|
||||
exit $rc
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue