From 271f9747fac4e18db0b96ca9b2343b33cff99580 Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Wed, 31 Jan 2018 01:08:03 -0500 Subject: [PATCH] 2018-01-31 Fred Gleason * Converted rdlogmanager(1) to use RDApplication. --- rdlogmanager/rdlogmanager.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/rdlogmanager/rdlogmanager.h b/rdlogmanager/rdlogmanager.h index b96bcf23..a5e83ca1 100644 --- a/rdlogmanager/rdlogmanager.h +++ b/rdlogmanager/rdlogmanager.h @@ -29,11 +29,7 @@ #include #include -//#include -//#include -//#include #include -//#include #define RDLOGMANAGER_USAGE "[-P] [-g] [-m] [-t] [-r ] [-d ] [-e ] -s \n\n-P\n Do not overwrite existing logs or imports.\n\n-g\n Generate a new log for the specified service.\n\n-m\n Merge the Music log for the specified service.\n\n-t\n Merge the Traffic log for the specified service.\n\n-r \n Generate report .\n\n-d \n Specify a start date offset. For log operations, this will be added\n to tomorrow's date to arrive at a target date, whereas for report\n operations it will be added to yesterday's date to arrive at a target\n date. Default value is '0'.\n\n-e \n Specify an end date offset. This will be added to yesterday's date\n to arrive at a target end date. Valid only for certain report types.\n Default value is '0'.\n\n-s \n Specify service for log operations.\n\n" @@ -79,4 +75,4 @@ class MainWidget : public QWidget }; -#endif +#endif // RDLOGMANAGER_H