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

Comparing Spectre2/Spectre2.cpp (file contents):
Revision 431 by douglas, 2005-03-26T22:35:26-08:00 vs.
Revision 441 by douglas, 2005-04-12T15:42:24-07:00

# Line 30 | Line 30 | int Main(const app::Options& options)
30                          mode = fork;
31                  else if (*arg == "-D")
32                          Spectre2::debug = true;
33 <                else
33 >                else if (*arg != matcher("^--.*$"))
34                  {
35                          api::Cerr << "Usage: " << Spectre2::program << " [-config=config] [-pid|-fork] [-D]" << ios::NewLine;
36  
# Line 119 | Line 119 | Spectre2::~Spectre2()
119          api::Posix::CheckError(::unlink(pid.NullTerminate()));
120   }
121  
122 < ext::String Spectre2::program(api::GetExecutablePath().GetName()), Spectre2::prefix(_Spectre2_prefix_), Spectre2::root(_Spectre2_root_), Spectre2::mount(_Spectre2_mount_);
122 > ext::String Spectre2::program(api::GetExecutablePath().GetName()), Spectre2::prefix(_Spectre2_prefix_), Spectre2::root(_Spectre2_root_), Spectre2::mount(_Spectre2_mount_), Spectre2::umount(_Spectre2_umount_);
123   bool Spectre2::debug(false);
124   Daemon* Spectre2::daemon;
125  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines