Moderate Error in German help of pg_ctl
If you check the pg_ctl --help you will get the following (in German
version):
...
Optionen für Start oder Neustart:
-c, --core-files betrifft diese Plattform nicht
-l, --log=DATEINAME Serverlog in DATEINAME schreiben (wird an
bestehende
Datei angehängt)
-o, --optons=OPTIONEN Kommandozeilenoptionen für postgres (PostgreSQL-
Serverprogramm) oder initdb
-p PFAD-ZU-POSTGRES normalerweise nicht notwendig
...
As you can see the -o, --optons is missing an "i" in the word "options".
I just discovered this by incidend.
Best greetings,
Helga Tschernitz
On 27 Jan 2020, at 11:24, Helga Tschernitz <helga.tschernitz@gmail.com> wrote:
If you check the pg_ctl --help you will get the following (in German version):
...
Optionen für Start oder Neustart:
-c, --core-files betrifft diese Plattform nicht
-l, --log=DATEINAME Serverlog in DATEINAME schreiben (wird an bestehende
Datei angehängt)
-o, --optons=OPTIONEN Kommandozeilenoptionen für postgres (PostgreSQL-
Serverprogramm) oder initdb
-p PFAD-ZU-POSTGRES normalerweise nicht notwendig
...As you can see the -o, --optons is missing an "i" in the word "options".
I just discovered this by incidend.
Confirmed, the attached diff fixes this typo.
cheers ./daniel
Attachments:
de_optons_typo.diffapplication/octet-stream; name=de_optons_typo.diff; x-unix-mode=0644Download+1-1
On 2020-01-30 15:12, Daniel Gustafsson wrote:
On 27 Jan 2020, at 11:24, Helga Tschernitz <helga.tschernitz@gmail.com> wrote:
If you check the pg_ctl --help you will get the following (in German version):
...
Optionen für Start oder Neustart:
-c, --core-files betrifft diese Plattform nicht
-l, --log=DATEINAME Serverlog in DATEINAME schreiben (wird an bestehende
Datei angehängt)
-o, --optons=OPTIONEN Kommandozeilenoptionen für postgres (PostgreSQL-
Serverprogramm) oder initdb
-p PFAD-ZU-POSTGRES normalerweise nicht notwendig
...As you can see the -o, --optons is missing an "i" in the word "options".
I just discovered this by incidend.
Confirmed, the attached diff fixes this typo.
committed to translations repository
--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services