summaryrefslogtreecommitdiff
path: root/src/bin/pg_archivecleanup/pg_archivecleanup.c
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2024-01-03 14:22:54 +0900
committerMichael Paquier <michael@paquier.xyz>2024-01-03 14:22:54 +0900
commit359a3c586d7f2fdcb7d919bcc8822993b47ada1c (patch)
tree5393e8ef9dbf16d4568343ec5bac2f4a14e2faad /src/bin/pg_archivecleanup/pg_archivecleanup.c
parent4b66d7b4e0b3bb55c04fe9466b428c24d7cb0980 (diff)
Fix some typos
Author: Dagfinn Ilmari Mannsåker Reviewed-by: Shubham Khanna Discussion: https://postgr.es/m/87le9fmi01.fsf@wibble.ilmari.org
Diffstat (limited to 'src/bin/pg_archivecleanup/pg_archivecleanup.c')
-rw-r--r--src/bin/pg_archivecleanup/pg_archivecleanup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_archivecleanup/pg_archivecleanup.c b/src/bin/pg_archivecleanup/pg_archivecleanup.c
index 2c3b301f3bc..07bf356b70c 100644
--- a/src/bin/pg_archivecleanup/pg_archivecleanup.c
+++ b/src/bin/pg_archivecleanup/pg_archivecleanup.c
@@ -265,7 +265,7 @@ usage(void)
printf(_(" -n, --dry-run dry run, show the names of the files that would be\n"
" removed\n"));
printf(_(" -V, --version output version information, then exit\n"));
- printf(_(" -x, --strip-extension=EXT strip this extention before identifying files for\n"
+ printf(_(" -x, --strip-extension=EXT strip this extension before identifying files for\n"
" clean up\n"));
printf(_(" -?, --help show this help, then exit\n"));
printf(_("\n"