[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.135 and 1.136

version 1.135, 2015/01/19 09:58:34 version 1.136, 2015/06/04 20:34:22
Line 58 
Line 58 
 usage(void)  usage(void)
 {  {
         fprintf(stderr,          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",              "            [-S socket-path] [command [flags]]\n",
             __progname);              __progname);
         exit(1);          exit(1);

Legend:
Removed from v.1.135  
changed lines
  Added in v.1.136