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/bbackupd/BackupDaemon.h

    r1854 r1855  
    7070        void Run(); 
    7171        virtual const char *DaemonName() const; 
    72         virtual const char *DaemonBanner() const; 
     72        virtual std::string DaemonBanner() const; 
     73        virtual void Usage(); 
    7374        const ConfigurationVerify *GetConfigVerify() const; 
    7475 
Note: See TracChangeset for help on using the changeset viewer.