From 4ff82352bb5d63ed75f73bce8dc57dd73490aa82 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 21 Dec 2023 19:25:54 -0500 Subject: [PATCH] Fix indentation after codespell --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fce73c4..26cec21 100644 --- a/Makefile +++ b/Makefile @@ -147,7 +147,7 @@ help: @echo " BOOT_DIR_FEDORA | path | boot data location (Fedora, RHEL, CentOS, Rocky...) | '/boot/grub2'" @echo " SHARE_DIR | path | shared data location | '\$$(DESTDIR)\$$(PREFIX)/share'" @echo " LIB_DIR | path | system libraries location | '\$$(DESTDIR)\$$(PREFIX)/lib'" - @echo " PKGNAME | name | name of the distributed package | 'grub-btrfs'" + @echo " PKGNAME | name | name of the distributed package | 'grub-btrfs'" @echo " INITCPIO | bool | include mkinitcpio hook | false" @echo " SYSTEMD | bool | include unit files | true" @echo " OPENRC | bool | include OpenRc daemon | false"