]> granicus.if.org Git - icinga2/commitdiff
Documentation: Fix postgresql-setup initdb
authorMichael Friedrich <michael.friedrich@netways.de>
Tue, 8 Dec 2015 15:04:02 +0000 (16:04 +0100)
committerMichael Friedrich <michael.friedrich@netways.de>
Tue, 8 Dec 2015 15:05:20 +0000 (16:05 +0100)
fixes #10779

doc/2-getting-started.md

index e176174e439b934030510ad7fb4bb0339672a8c1..3a41a4cb8908d89466e6a607d9f416cae5bee9dd 100644 (file)
@@ -449,7 +449,7 @@ RHEL/CentOS 5/6:
 RHEL/CentOS 7:
 
     # yum install postgresql-server postgresql
-    # postgresql-setup --initdb
+    # postgresql-setup initdb
     # systemctl enable postgresql
     # systemctl start postgresql