Fix help doc
This commit is contained in:
parent
adc1f3ce61
commit
9b53611107
2
Makefile
2
Makefile
@ -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
|
||||||
|
@ -40,7 +40,7 @@ Cloning from other user
|
|||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
❯ make help
|
❯ make help
|
||||||
makepac
|
makepac
|
||||||
--------
|
--------
|
||||||
Simple configuration manager
|
Simple configuration manager
|
||||||
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user