From 7239aaba320fbc24dd608585ca417f804dab1950 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 17 Oct 2007 12:54:17 +0000 Subject: 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. (merges 1855]) --- bin/bbackupd/BackupDaemon.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin/bbackupd/BackupDaemon.h') diff --git a/bin/bbackupd/BackupDaemon.h b/bin/bbackupd/BackupDaemon.h index 3951a8aa..62f9c393 100644 --- a/bin/bbackupd/BackupDaemon.h +++ b/bin/bbackupd/BackupDaemon.h @@ -69,7 +69,8 @@ public: void Run(); virtual const char *DaemonName() const; - virtual const char *DaemonBanner() const; + virtual std::string DaemonBanner() const; + virtual void Usage(); const ConfigurationVerify *GetConfigVerify() const; bool FindLocationPathName(const std::string &rLocationName, std::string &rPathOut) const; -- cgit v1.2.3