ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/proj/trunk/Spectre/Spectre.cpp
(Generate patch)

Comparing trunk/Spectre/Spectre.cpp (file contents):
Revision 228 by douglas, 2003-07-30T21:14:12-07:00 vs.
Revision 229 by douglas, 2003-07-30T21:23:14-07:00

# Line 2 | Line 2
2   //
3   // Douglas Thrift
4   //
5 < // $Id: Spectre.cpp,v 1.13 2003/07/31 04:14:12 douglas Exp $
5 > // $Id: Spectre.cpp,v 1.14 2003/07/31 04:23:14 douglas Exp $
6  
7   #include "Spectre.h"
8   #include "Maker.h"
# Line 11 | Line 11
11  
12   string program;
13   string programName = "Spectre Samba Mounter";
14 < string programVersion = "1.0rc1";
14 > string programVersion = "1.0rc2";
15   bool debug = false;
16  
17   Config config;
# Line 266 | Line 266 | void usage()
266                  << "  -mount host       Mount the shares on host to its tree\n"
267                  << "  -unmount host     Unmount the shares on host from its tree\n"
268                  << "  -automake         Automagically make the mount tree\n"
269 <                << "  -automount        Automagically mount shares to the tree\n"
269 >                << "  -automount        Automagically mount live shares to the tree\n"
270                  << "  -autounmount      Automagically unmount dead shares from the tre"
271                  << "e\n"
272                  << "  -D                Display debug information\n"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines