From d9b85594f8b52c10ba4e435e40304312abdb701f Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 9 Nov 2007 15:23:28 +0000 Subject: Initial man page. --- NOTES | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'NOTES') diff --git a/NOTES b/NOTES index e11689e5..daaf5f68 100644 --- a/NOTES +++ b/NOTES @@ -14,9 +14,10 @@ There is one default server process per user which puts its socket in invocations will connect to the same server. The server holds multiple sessions. -Syntax is: tmux [-v] [-S path] [-s session] command [flags] +Syntax is: tmux [-vV] [-S path] [-s session] command [flags] -v Create logfiles, verbosity increases with more -v + -V Show tmux version -S Set different server socket path -s Specify session name for command, if appropriate. @@ -132,4 +133,4 @@ freenode or efnet IRC. I sometimes ignore private msgs from people I don't know, so please mention tmux initially (rather than just saying "hi" ;-). -- Nicholas Marriott -$Id: NOTES,v 1.21 2007-10-19 20:43:55 nicm Exp $ +$Id: NOTES,v 1.22 2007-11-09 15:23:28 nicm Exp $ -- cgit