diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/initdb.sgml | 4 | ||||
-rw-r--r-- | doc/src/sgml/ref/pg_basebackup.sgml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/initdb.sgml b/doc/src/sgml/ref/initdb.sgml index 4e339ecce85..31f081ae7a5 100644 --- a/doc/src/sgml/ref/initdb.sgml +++ b/doc/src/sgml/ref/initdb.sgml @@ -235,7 +235,7 @@ PostgreSQL documentation <varlistentry> <term><option>-N</option></term> - <term><option>--nosync</option></term> + <term><option>--no-sync</option></term> <listitem> <para> By default, <command>initdb</command> will wait for all files to be @@ -355,7 +355,7 @@ PostgreSQL documentation <varlistentry> <term><option>-n</option></term> - <term><option>--noclean</option></term> + <term><option>--no-clean</option></term> <listitem> <para> By default, when <command>initdb</command> diff --git a/doc/src/sgml/ref/pg_basebackup.sgml b/doc/src/sgml/ref/pg_basebackup.sgml index 55e913f70de..7cb690dded7 100644 --- a/doc/src/sgml/ref/pg_basebackup.sgml +++ b/doc/src/sgml/ref/pg_basebackup.sgml @@ -400,7 +400,7 @@ PostgreSQL documentation <varlistentry> <term><option>-n</option></term> - <term><option>--noclean</option></term> + <term><option>--no-clean</option></term> <listitem> <para> By default, when <command>pg_basebackup</command> aborts with an @@ -440,7 +440,7 @@ PostgreSQL documentation <varlistentry> <term><option>-N</option></term> - <term><option>--nosync</option></term> + <term><option>--no-sync</option></term> <listitem> <para> By default, <command>pg_basebackup</command> will wait for all files |