From 773060480a28d1f66a3d3d987a8fc67217ea3ea7 Mon Sep 17 00:00:00 2001 From: johnjiang Date: Tue, 12 Mar 2019 17:03:59 +0800 Subject: [PATCH] Update F-Stack_Quick_Start_Guide.md Fix #336 --- doc/F-Stack_Quick_Start_Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/F-Stack_Quick_Start_Guide.md b/doc/F-Stack_Quick_Start_Guide.md index cd1d6df6b..42078bd2d 100644 --- a/doc/F-Stack_Quick_Start_Guide.md +++ b/doc/F-Stack_Quick_Start_Guide.md @@ -75,5 +75,5 @@ The mount point can be made permanent across reboots, by adding the following li # run with start.sh ./start.sh -b ./redis-server -o /path/to/redis.conf # or run like this: - #./redis-server --conf=config.ini --proc-type=primary --proc-id=0 /path/to/redis.conf + #./redis-server --conf config.ini --proc-type=primary --proc-id=0 /path/to/redis.conf