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" |
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; |
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" |