From 4782ac969a002d64e55083a526d9466d491846ad Mon Sep 17 00:00:00 2001
From: Shi Yu <shiy.fnst@fujitsu.com>
Date: Thu, 16 Feb 2023 16:27:04 +0800
Subject: [PATCH v1] Update help text of pgindent

---
 src/tools/pgindent/pgindent | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tools/pgindent/pgindent b/src/tools/pgindent/pgindent
index 8a2d39c4f6..3c48f3c46b 100755
--- a/src/tools/pgindent/pgindent
+++ b/src/tools/pgindent/pgindent
@@ -316,7 +316,7 @@ sub usage
 	my $message  = shift;
 	my $helptext = <<'EOF';
 Usage:
-pgindent [OPTION]... [FILE]...
+pgindent [OPTION]... [FILE|DIR]...
 Options:
 	--help                  show this message and quit
 	--commit=gitref         use files modified by the named commit
-- 
2.31.1

