From 244bb726e26d7e590b04b7f57dd75fc431b2a492 Mon Sep 17 00:00:00 2001 From: nicm <nicm> Date: Mon, 27 Jan 2025 09:05:22 +0000 Subject: [PATCH] Add some missing spaces, from Ilya Grigoriev. --- cmd-display-menu.c | 4 ++-- cmd-split-window.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd-display-menu.c b/cmd-display-menu.c index 73728b91..ac136766 100644 --- a/cmd-display-menu.c +++ b/cmd-display-menu.c @@ -42,7 +42,7 @@ const struct cmd_entry cmd_display_menu_entry = { .args = { "b:c:C:H:s:S:MOt:T:x:y:", 1, -1, cmd_display_menu_args_parse }, .usage = "[-MO] [-b border-lines] [-c target-client] " "[-C starting-choice] [-H selected-style] [-s style] " - "[-S border-style] " CMD_TARGET_PANE_USAGE "[-T title] " + "[-S border-style] " CMD_TARGET_PANE_USAGE " [-T title] " "[-x position] [-y position] name key command ...", .target = { 't', CMD_FIND_PANE, 0 }, @@ -59,7 +59,7 @@ const struct cmd_entry cmd_display_popup_entry = { .usage = "[-BCE] [-b border-lines] [-c target-client] " "[-d start-directory] [-e environment] [-h height] " "[-s style] [-S border-style] " CMD_TARGET_PANE_USAGE - "[-T title] [-w width] [-x position] [-y position] " + " [-T title] [-w width] [-x position] [-y position] " "[shell-command]", .target = { 't', CMD_FIND_PANE, 0 }, diff --git a/cmd-split-window.c b/cmd-split-window.c index 82ff22af..128e9e8b 100644 --- a/cmd-split-window.c +++ b/cmd-split-window.c @@ -43,7 +43,7 @@ const struct cmd_entry cmd_split_window_entry = { .args = { "bc:de:fF:hIl:p:Pt:vZ", 0, -1, NULL }, .usage = "[-bdefhIPvZ] [-c start-directory] [-e environment] " "[-F format] [-l size] " CMD_TARGET_PANE_USAGE - "[shell-command]", + " [shell-command]", .target = { 't', CMD_FIND_PANE, 0 },