mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-28 13:23:50 +00:00
tweak SYNOPSIS and usage();
This commit is contained in:
parent
4a6c06d6a9
commit
dc0d34e137
2 changed files with 2 additions and 2 deletions
2
tmux.1
2
tmux.1
|
|
@ -23,7 +23,7 @@
|
|||
.Sh SYNOPSIS
|
||||
.Nm tmux
|
||||
.Bk -words
|
||||
.Op Fl 2lCuv
|
||||
.Op Fl 2Cluv
|
||||
.Op Fl c Ar shell-command
|
||||
.Op Fl f Ar file
|
||||
.Op Fl L Ar socket-name
|
||||
|
|
|
|||
2
tmux.c
2
tmux.c
|
|
@ -58,7 +58,7 @@ __dead void
|
|||
usage(void)
|
||||
{
|
||||
fprintf(stderr,
|
||||
"usage: %s [-2lquv] [-c shell-command] [-f file] [-L socket-name]\n"
|
||||
"usage: %s [-2Cluv] [-c shell-command] [-f file] [-L socket-name]\n"
|
||||
" [-S socket-path] [command [flags]]\n",
|
||||
__progname);
|
||||
exit(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue