diff options
author | Peter Eisentraut | 2017-08-11 19:52:39 +0000 |
---|---|---|
committer | Peter Eisentraut | 2017-08-11 19:52:39 +0000 |
commit | 22701a7ec66ffb3b62fae7f04ef36bc6ea21df52 (patch) | |
tree | 249a34a7fc98ce8b6ec4b223b027546c35b4860b | |
parent | d4ede668d6f0ca9e5dd6def4ea1ccddc441c6073 (diff) |
doc: Small wording improvement
Author: Jeff Janes <[email protected]>
-rw-r--r-- | doc/src/sgml/ref/pg_restore.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/pg_restore.sgml b/doc/src/sgml/ref/pg_restore.sgml index f623cc04d2..5180103526 100644 --- a/doc/src/sgml/ref/pg_restore.sgml +++ b/doc/src/sgml/ref/pg_restore.sgml @@ -273,7 +273,7 @@ <term><option>--list</option></term> <listitem> <para> - List the contents of the archive. The output of this operation + List the table of contents of the archive. The output of this operation can be used as input to the <option>-L</option> option. Note that if filtering switches such as <option>-n</> or <option>-t</> are used with <option>-l</>, they will restrict the items listed. |