From 525cfe336c8c141477fea10178cdba8a234dcf8f Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 7 Jan 2009 03:05:26 +0000 Subject: [PATCH] Removeduplicate \dd psql help mention. --- src/bin/psql/help.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bin/psql/help.c b/src/bin/psql/help.c index 6cf0088d72..c56f68a9e7 100644 --- a/src/bin/psql/help.c +++ b/src/bin/psql/help.c @@ -202,8 +202,7 @@ slashUsage(unsigned short int pager) fprintf(output, _(" \\db[+] [PATTERN] list tablespaces\n")); fprintf(output, _(" \\dc[S] [PATTERN] list conversions\n")); fprintf(output, _(" \\dC [PATTERN] list casts\n")); - fprintf(output, _(" \\dd [PATTERN] show comment for object\n")); - fprintf(output, _(" \\dd[S] [PATTERN] list comments on objects\n")); + fprintf(output, _(" \\dd[S] [PATTERN] show comments on objects\n")); fprintf(output, _(" \\dD[S] [PATTERN] list domains\n")); fprintf(output, _(" \\des[+] [PATTERN] list foreign servers\n")); fprintf(output, _(" \\deu[+] [PATTERN] list user mappings\n")); -- 2.39.5