v1-0001-Update-help-text-of-pgindent.patch
application/octet-stream
Filename: v1-0001-Update-help-text-of-pgindent.patch
Type: application/octet-stream
Part: 0
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v1-0001
Subject: Update help text of pgindent
| File | + | − |
|---|---|---|
| src/tools/pgindent/pgindent | 1 | 1 |
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