Added information on actions and flags to use the program when no arguments are supplied
This commit is contained in:
@@ -4,10 +4,11 @@
|
||||
#include "Managers/CommitManager.h"
|
||||
#include "Models/API.h"
|
||||
#include "Models/Token.h"
|
||||
#include "Syncers/SyncerBase.h"
|
||||
|
||||
namespace Syncers
|
||||
{
|
||||
class RetrieveRecords
|
||||
class RetrieveRecords: public SyncerBase
|
||||
{
|
||||
public:
|
||||
RetrieveRecords();
|
||||
|
||||
Reference in New Issue
Block a user