1
0
Fork 0

Changed program's flags to a new shortened ones.

This commit is contained in:
Alexander Andreev 2023-05-20 02:09:52 +04:00
parent cd0d627914
commit 0f9b365b2c
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ ${TARGET}:
go build -o bin/$@ ${LDFLAGS} cmd/$@/main.go
run:
bin/${TARGET} -listen 127.0.0.1:18123 -db . -gb-owner Arav -gb-pagesz 10
bin/${TARGET} -l 127.0.0.1:18123 -db . -ce 10m -gbo Arav -gbp 10
install-jade:
go install github.com/Joker/jade/cmd/jade@latest