Skip to content

Commit d2a4d57

Browse files
committed
Update Makefile
1 parent 3f0d53a commit d2a4d57

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

Makefile

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ help:
2121
@echo
2222
@echo --- New instance setup
2323
@echo ------------------------
24-
@echo -- Set up new DB with fixtures-
24+
@echo -- Set up new DB with fixtures
2525
@echo make newdb
26-
@echo -- Set up new DB without fixtures-
26+
@echo -- Set up new DB without fixtures
2727
@echo make newdb-setup
2828
@echo -- Collect static files
2929
@echo make staticfiles
@@ -32,6 +32,10 @@ help:
3232
@echo --------------------------------------
3333
@echo make fixture-help
3434
@echo
35+
@echo --- Update LogESP
36+
@echo -------------------
37+
@echo make update
38+
@echo
3539

3640
fixture-help:
3741
@echo
@@ -40,23 +44,23 @@ fixture-help:
4044
@echo - Note- \'make new-db\' installs fixtures automatically.
4145
@echo - Avoid installing them twice.
4246
@echo
43-
@echo -- Install all fixtures-
47+
@echo -- Install all fixtures
4448
@echo make fixtures
45-
@echo -- Install only risk management fixtures-
49+
@echo -- Install only risk management fixtures
4650
@echo make risk-fixtures
47-
@echo -- Install only asset type fixtures-
51+
@echo -- Install only asset type fixtures
4852
@echo make asset-fixtures
49-
@echo -- Install only siem parse fixtures-
53+
@echo -- Install only siem parse fixtures
5054
@echo make parser-fixtures
51-
@echo -- Install only example siem rules-
55+
@echo -- Install only example siem rules
5256
@echo make example-rules
5357
@echo
5458

5559
daemon-help:
5660
@echo
5761
@echo --- Daemon help
5862
@echo -----------------
59-
@echo -- Use scripts/logesp to start parser and sentry daemons-
63+
@echo -- Use scripts/logesp to start parser and sentry daemons
6064
@echo scripts/logesp -h
6165
@echo
6266
@echo Make sure to edit config/parser.conf

0 commit comments

Comments
 (0)