Fix help doc

This commit is contained in:
Balakrishnan Balasubramanian 2022-12-14 14:44:13 -05:00
parent adc1f3ce61
commit 9b53611107
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ help: ## Show this help
@sed -ne '/@sed/!s/## //p' $(MAKEFILE_LIST) | column -tl 2 @sed -ne '/@sed/!s/## //p' $(MAKEFILE_LIST) | column -tl 2
.PHONY: install .PHONY: install
install: ## Symlinks files in root/ to real root install: ## Installs files in root/ to real root
sudo ./makepac/install.sh sudo ./makepac/install.sh
.PHONY: sd-reload .PHONY: sd-reload

View File

@ -48,7 +48,7 @@ Usage
See https://gitlab.com/balki/makepac for usage See https://gitlab.com/balki/makepac for usage
help: Show this help help: Show this help
install: copies files in root/ to real root with same permissions install: Installs files in root/ to real root
sd-reload: Run this after editing systemd service/timer files sd-reload: Run this after editing systemd service/timer files
sd-users: Run this after adding new users sd-users: Run this after adding new users
save-perms: Saves the file permissions to ./acl. Run this after adding new files with correct permissions save-perms: Saves the file permissions to ./acl. Run this after adding new files with correct permissions