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

This commit is contained in:
antirez 2010-03-23 20:04:55 +01:00
parent 2a6a2ed102
commit e940927314

View File

@ -9200,6 +9200,7 @@ static void version() {
static void usage() {
fprintf(stderr,"Usage: ./redis-server [/path/to/redis.conf]\n");
fprintf(stderr," ./redis-server - (read config from stdin)\n");
exit(1);
}