Commit e9409273 authored by antirez's avatar antirez
Browse files

with --help states that you can use - as config file name to feed config via stdin

parent 2a6a2ed1
...@@ -9200,6 +9200,7 @@ static void version() { ...@@ -9200,6 +9200,7 @@ static void version() {
static void usage() { static void usage() {
fprintf(stderr,"Usage: ./redis-server [/path/to/redis.conf]\n"); fprintf(stderr,"Usage: ./redis-server [/path/to/redis.conf]\n");
fprintf(stderr," ./redis-server - (read config from stdin)\n");
exit(1); exit(1);
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment