diff --git a/doc/F-Stack_Quick_Start_Guide.md b/doc/F-Stack_Quick_Start_Guide.md index cd1d6df6..42078bd2 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