From 59331c25e277111b08d76d7fa8459761934c3aa6 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 16 Oct 2008 23:15:25 +0000 Subject: Add -m option to bbackupquery usage command for machine-readable output. --- bin/bbackupquery/BackupQueries.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/bbackupquery/BackupQueries.h') diff --git a/bin/bbackupquery/BackupQueries.h b/bin/bbackupquery/BackupQueries.h index 61124f69..bc474624 100644 --- a/bin/bbackupquery/BackupQueries.h +++ b/bin/bbackupquery/BackupQueries.h @@ -58,9 +58,9 @@ private: void CommandUndelete(const std::vector &args, const bool *opts); void CommandDelete(const std::vector &args, const bool *opts); - void CommandUsage(); + void CommandUsage(const bool *opts); void CommandUsageDisplayEntry(const char *Name, int64_t Size, - int64_t HardLimit, int32_t BlockSize); + int64_t HardLimit, int32_t BlockSize, bool MachineReadable); void CommandHelp(const std::vector &args); // Implementations -- cgit v1.2.3