Ignore:
Timestamp:
22/09/2007 00:52:08 (5 years ago)
Author:
chris
Message:

Add "-h" and "/?" options to display usage in Daemon.

Extend usage info with service commands in BackupDaemon?.

Disable useless -D, -V and -k options on Windows.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/chris/general/bin/bbstored/BackupStoreDaemon.cpp

    r1784 r1855  
    9494// 
    9595// -------------------------------------------------------------------------- 
    96 const char *BackupStoreDaemon::DaemonBanner() const 
    97 { 
    98 #ifndef NDEBUG 
    99         // Don't display banner in debug builds 
    100         return 0; 
    101 #else 
     96std::string BackupStoreDaemon::DaemonBanner() const 
     97{ 
    10298        return BANNER_TEXT("Backup Store Server"); 
    103 #endif 
    10499} 
    105100 
Note: See TracChangeset for help on using the changeset viewer.