summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2021-08-17 19:37:56 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2021-08-17 19:37:56 +0000
commit4ff8870f1c4c567898b1832b6aaaf6288562f6d8 (patch)
treed80579ff405608edb76a1952dacce032604d1be6
parent520956771ac216e1274656f20b3b4be98a899197 (diff)
Fix pipe-pane usage.
-rw-r--r--usr.bin/tmux/cmd-pipe-pane.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/cmd-pipe-pane.c b/usr.bin/tmux/cmd-pipe-pane.c
index e8a4e2bf03b..57a1913935c 100644
--- a/usr.bin/tmux/cmd-pipe-pane.c
+++ b/usr.bin/tmux/cmd-pipe-pane.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmd-pipe-pane.c,v 1.55 2020/05/21 07:24:13 nicm Exp $ */
+/* $OpenBSD: cmd-pipe-pane.c,v 1.56 2021/08/17 19:37:55 nicm Exp $ */
/*
* Copyright (c) 2009 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -45,7 +45,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 },