/[projects]/smsdaemon/Common.cpp
ViewVC logotype

Diff of /smsdaemon/Common.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 92 by torben, Mon Jun 16 11:30:20 2008 UTC revision 94 by torben, Mon Jun 16 11:57:48 2008 UTC
# Line 1  Line 1 
1  #include "common.h"  #include "common.h"
2    
3    
4    #include "version.h"
5    
6  #include <string>  #include <string>
7  #include <iostream>  #include <iostream>
8  #include <iomanip>  #include <iomanip>
# Line 81  void Common::logMessage(string msg) Line 84  void Common::logMessage(string msg)
84    
85  void Common::printUsage()  void Common::printUsage()
86  {  {
87          cout << VERSION << endl;          cout << VERSION << endl << endl;
88          cout << "Usage --daemon|--debug [arguments]" << endl;          cout << "Usage --daemon|--debug [arguments]" << endl;
89          cout << "Commandline arguments :" << endl;          cout << "Commandline arguments :" << endl;
90          cout << "  --daemon : Run in daemon (background) mode" << endl;          cout << "  --daemon : Run in daemon (background) mode" << endl;

Legend:
Removed from v.92  
changed lines
  Added in v.94

  ViewVC Help
Powered by ViewVC 1.1.20