summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/oid2name/README.oid2name2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/oid2name/README.oid2name b/contrib/oid2name/README.oid2name
index 2df77cd68cc..ddd12ddba9e 100644
--- a/contrib/oid2name/README.oid2name
+++ b/contrib/oid2name/README.oid2name
@@ -108,7 +108,7 @@ $ du * | while read SIZE OID
$ # show disk usage per database
$ cd /u/pg/data/base
-$ du -s * |
+$ du -s * |
> while read SIZE OID
> do
> echo "$SIZE `aspg oid2name -q | grep ^$OID' '`"