=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-confirm-before.c,v retrieving revision 1.47 retrieving revision 1.48 diff -c -r1.47 -r1.48 *** src/usr.bin/tmux/cmd-confirm-before.c 2021/08/20 19:50:16 1.47 --- src/usr.bin/tmux/cmd-confirm-before.c 2021/08/21 10:22:38 1.48 *************** *** 1,4 **** ! /* $OpenBSD: cmd-confirm-before.c,v 1.47 2021/08/20 19:50:16 nicm Exp $ */ /* * Copyright (c) 2009 Tiago Cunha --- 1,4 ---- ! /* $OpenBSD: cmd-confirm-before.c,v 1.48 2021/08/21 10:22:38 nicm Exp $ */ /* * Copyright (c) 2009 Tiago Cunha *************** *** 39,45 **** .name = "confirm-before", .alias = "confirm", ! .args = { "bp:t:", 1, 1 }, .usage = "[-b] [-p prompt] " CMD_TARGET_CLIENT_USAGE " command", .flags = CMD_CLIENT_TFLAG, --- 39,45 ---- .name = "confirm-before", .alias = "confirm", ! .args = { "bp:t:", 1, 1, NULL }, .usage = "[-b] [-p prompt] " CMD_TARGET_CLIENT_USAGE " command", .flags = CMD_CLIENT_TFLAG,