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