Skip to content

Commit 65a825d

Browse files
committed
Tweak the help text of --no-app-name option
1 parent 4c5aa9e commit 65a825d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/man/pg_activity.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ required by another session. It shows following information:
495495
.IP "\fB\-\-no\-app\-name\fR" 2
496496
.IX Item "--no-app-name"
497497
.Vb 1
498-
\& Disable App.
498+
\& Disable APP.
499499
.Ve
500500
.SS "\s-1HEADER DISPLAY OPTIONS\s0"
501501
.IX Subsection "HEADER DISPLAY OPTIONS"

docs/man/pg_activity.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ required by another session. It shows following information:
364364

365365
=item B<--no-app-name>
366366

367-
Disable App.
367+
Disable APP.
368368

369369
=back
370370

pgactivity/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def get_parser() -> ArgumentParser:
324324
"--no-app-name",
325325
dest="noappname",
326326
action="store_true",
327-
help="Disable App.",
327+
help="Disable APP.",
328328
default=False,
329329
)
330330

tests/test_cli.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Process table display options:
6060
--no-write Disable WRITE/s.
6161
--no-time Disable TIME+.
6262
--no-wait Disable W.
63-
--no-app-name Disable App.
63+
--no-app-name Disable APP.
6464
<BLANKLINE>
6565
Header display options:
6666
--no-inst-info Hide instance information.

0 commit comments

Comments
 (0)