projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c4429e
)
psql: Add missing punctuation in help output
author
Peter Eisentraut
<
[email protected]
>
Thu, 9 May 2024 14:35:41 +0000
(16:35 +0200)
committer
Peter Eisentraut
<
[email protected]
>
Thu, 9 May 2024 14:36:51 +0000
(16:36 +0200)
src/bin/psql/help.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/psql/help.c
b/src/bin/psql/help.c
index 4e79a819d87b3ad9b4e44487638a2d5d51ac961c..6f58a110748064a5b12a3dcb0c97a33e2f0a7b0b 100644
(file)
--- a/
src/bin/psql/help.c
+++ b/
src/bin/psql/help.c
@@
-176,7
+176,7
@@
slashUsage(unsigned short int pager)
HELP0(" \\gx [(OPTIONS)] [FILE] as \\g, but forces expanded output mode\n");
HELP0(" \\q quit psql\n");
HELP0(" \\watch [[i=]SEC] [c=N] [m=MIN]\n"
- " execute query every SEC seconds, up to N times\n"
+ " execute query every SEC seconds, up to N times
,
\n"
" stop if less than MIN rows are returned\n");
HELP0("\n");