- Timestamp:
- Jan 15, 2006, 2:32:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bin/Parameter.cc
r52 r54 45 45 exit(0); 46 46 } 47 else if (i==argc){48 root_= myargv;49 ok = true;50 }51 47 52 48 if (!ok) … … 66 62 void Parameter::help(void) 67 63 { 68 std::cout << "usage: svnstat [options] [path]\n"64 std::cout << "usage: svnstat [options]\n" 69 65 << "\n" 70 66 << "svnstat traverses a directory structure (controlled by\n" 71 67 << "subversion) and calculates developer statistics entries.\n" 72 << " Path is the top level directory of the directory structure\n"73 << "t o traverse. If no PATH is given, it will start in the\n"74 << " current directory by default.The result is written to a\n"68 << "The top level directory of the directory structure to\n" 69 << "traverse is set with the -t option." 70 << "The result is written to a\n" 75 71 << "sub-directory, svnstat, that is created in the current\n" 76 72 << "working directory.\n"
Note: See TracChangeset
for help on using the changeset viewer.