]> 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:04:02 +0000 (16:04 +0100)
fixes #10779

doc/2-getting-started.md

index f76ec452f50c20d8947fa289adaf2f48fa565d6b..1ce2cc31eb2e680610ecf59aa043ca731097c5ed 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