From fccce69cf08b220ecad690e22451afd487e4b639 Mon Sep 17 00:00:00 2001 From: nicm Date: Sun, 5 Apr 2020 08:40:31 +0000 Subject: Add an argument to list-commands to show only a single command. --- tmux.1 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 9346c443..ca50f524 100644 --- a/tmux.1 +++ b/tmux.1 @@ -1048,9 +1048,12 @@ If is specified, list only clients connected to that session. .It Xo Ic list-commands .Op Fl F Ar format +.Op Ar command .Xc .D1 (alias: Ic lscm ) -List the syntax of all commands supported by +List the syntax of +.Ar command +or - if omitted - of all commands supported by .Nm . .It Ic list-sessions Op Fl F Ar format .D1 (alias: Ic ls ) @@ -2731,7 +2734,7 @@ command. .It Xo Ic list-keys .Op Fl 1aN .Op Fl P Ar prefix-string Fl T Ar key-table -.Op key +.Op Ar key .Xc .D1 (alias: Ic lsk ) List key bindings. -- cgit