Moderate Error in German help of pg_ctl

Started by Helga Tschernitzabout 6 years ago3 messagesbugs
Jump to latest
#1Helga Tschernitz
helga.tschernitz@gmail.com

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

#2Daniel Gustafsson
daniel@yesql.se
In reply to: Helga Tschernitz (#1)
Re: Moderate Error in German help of pg_ctl

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
#3Peter Eisentraut
peter_e@gmx.net
In reply to: Daniel Gustafsson (#2)
Re: Moderate Error in German help of pg_ctl

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