doc: clarify create database in start docs uses command line

Reported-by: vrms@netcologne.de

Discussion: https://postgr.es/m/172251463564.915373.17748961617119647662@wrigleys.postgresql.org

Backpatch-through: master
This commit is contained in:
Bruce Momjian 2024-08-19 19:22:10 -04:00
parent 6467993fb5
commit cf3bb26204

View File

@ -148,7 +148,7 @@
</para>
<para>
To create a new database, in this example named
To create a new database from the command line, in this example named
<literal>mydb</literal>, you use the following command:
<screen>
<prompt>$</prompt> <userinput>createdb mydb</userinput>