summaryrefslogtreecommitdiffstats
path: root/cmd-pipe-pane.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-08-17 22:01:18 +0100
committerThomas Adam <thomas@xteddy.org>2021-08-17 22:01:18 +0100
commita8be47f0f42d3e45fc689afeaa71ceb3c581c801 (patch)
tree17d15b5413da72feb9f4ddb81d1ebf2fec428c45 /cmd-pipe-pane.c
parentbacae4b4ad59372bab3be420f232bb490cf406e8 (diff)
parent5fdea440cede1690db9a242a091df72f16e53d24 (diff)
Merge branch 'obsd-master' into master
Diffstat (limited to 'cmd-pipe-pane.c')
-rw-r--r--cmd-pipe-pane.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-pipe-pane.c b/cmd-pipe-pane.c
index f3fe6344..ae410d6e 100644
--- a/cmd-pipe-pane.c
+++ b/cmd-pipe-pane.c
@@ -44,7 +44,7 @@ const struct cmd_entry cmd_pipe_pane_entry = {
.alias = "pipep",
.args = { "IOot:", 0, 1 },
- .usage = "[-IOo] " CMD_TARGET_PANE_USAGE " [command]",
+ .usage = "[-IOo] " CMD_TARGET_PANE_USAGE " [shell-command]",
.target = { 't', CMD_FIND_PANE, 0 },