1
0
Fork 0

-config option changed to -conf.

This commit is contained in:
Alexander Andreev 2022-02-06 15:22:14 +04:00
parent 9b5ae547cc
commit 041fcdf2f4
Signed by: Arav
GPG Key ID: 1327FE8A374CC86F
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ ${TARGET}:
go build -o bin/$@-clear ${LDFLAGS} cmd/$@-clear/main.go
run:
bin/${TARGET} -config configs/config.yaml
bin/${TARGET} -conf configs/config.yaml
install:
install -Dm 0755 ${TARGET} ${DESTDIR}usr/bin/${TARGET}