=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-command-prompt.c,v retrieving revision 1.58 retrieving revision 1.59 diff -c -r1.58 -r1.59 *** src/usr.bin/tmux/cmd-command-prompt.c 2021/08/20 19:50:16 1.58 --- src/usr.bin/tmux/cmd-command-prompt.c 2021/08/21 10:22:38 1.59 *************** *** 1,4 **** ! /* $OpenBSD: cmd-command-prompt.c,v 1.58 2021/08/20 19:50:16 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-command-prompt.c,v 1.59 2021/08/21 10:22:38 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott *************** *** 40,46 **** .name = "command-prompt", .alias = NULL, ! .args = { "1bFkiI:Np:t:T:", 0, 1 }, .usage = "[-1bFkiN] [-I inputs] [-p prompts] " CMD_TARGET_CLIENT_USAGE " [-T type] [template]", --- 40,46 ---- .name = "command-prompt", .alias = NULL, ! .args = { "1bFkiI:Np:t:T:", 0, 1, NULL }, .usage = "[-1bFkiN] [-I inputs] [-p prompts] " CMD_TARGET_CLIENT_USAGE " [-T type] [template]",