artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e68b6f
)
Fix pipe-pane usage.
author
nicm
<nicm@openbsd.org>
Tue, 17 Aug 2021 19:37:55 +0000
(19:37 +0000)
committer
nicm
<nicm@openbsd.org>
Tue, 17 Aug 2021 19:37:55 +0000
(19:37 +0000)
usr.bin/tmux/cmd-pipe-pane.c
patch
|
blob
|
history
diff --git
a/usr.bin/tmux/cmd-pipe-pane.c
b/usr.bin/tmux/cmd-pipe-pane.c
index
e8a4e2b
..
57a1913
100644
(file)
--- 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.5
5 2020/05/21 07:24:13
nicm Exp $ */
+/* $OpenBSD: cmd-pipe-pane.c,v 1.5
6 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 },