[BACK]Return to tmux.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.c between version 1.128 and 1.129

version 1.128, 2014/01/15 11:46:28 version 1.129, 2014/02/16 12:45:17
Line 57 
Line 57 
 usage(void)  usage(void)
 {  {
         fprintf(stderr,          fprintf(stderr,
             "usage: %s [-28lquv] [-c shell-command] [-f file] [-L socket-name]\n"              "usage: %s [-2lquv] [-c shell-command] [-f file] [-L socket-name]\n"
             "            [-S socket-path] [command [flags]]\n",              "            [-S socket-path] [command [flags]]\n",
             __progname);              __progname);
         exit(1);          exit(1);

Legend:
Removed from v.1.128  
changed lines
  Added in v.1.129