[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.3 and 1.4

version 1.3, 2009/06/02 15:55:32 version 1.4, 2009/06/02 16:53:20
Line 60 
Line 60 
 __dead void  __dead void
 usage(void)  usage(void)
 {  {
         fprintf(stderr, "usage: %s [-28dqUuVv] [-f file] "          fprintf(stderr,
             "[-L socket-name] [-S socket-path] [command [flags]]\n",              "usage: %s [-28dqUuv] [-f file] [-L socket-name] [-S socket-path]\n"
               "            [command [flags]]\n",
             __progname);              __progname);
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4