diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2019-09-06 22:19:53 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2019-09-06 22:21:03 +0200 |
commit | ce35a265a438813cd337307b6997a58ac87bf9c9 (patch) | |
tree | c25acc80d0293770b794d4637919fbb6b52da68e | |
parent | 69116b743af01bd0ab87b5dfc7395029002e23a1 (diff) | |
download | postgresql-ce35a265a438813cd337307b6997a58ac87bf9c9.tar.gz postgresql-ce35a265a438813cd337307b6997a58ac87bf9c9.zip |
doc: Fix awkward markup
-rw-r--r-- | doc/src/sgml/ref/pg_dumpall.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index 55d44171685..7268be9f3ef 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -52,7 +52,8 @@ PostgreSQL documentation <para> The SQL script will be written to the standard output. Use the - [-f|file] option or shell operators to redirect it into a file. + <option>-f</option>/<option>--file</option> option or shell operators to + redirect it into a file. </para> <para> |