Added information on actions and flags to use the program when no arguments are supplied

This commit is contained in:
kdeng00
2019-10-26 10:09:22 -04:00
parent f4845d70ec
commit d7d980a4fd
4 changed files with 42 additions and 4 deletions
+2 -1
View File
@@ -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();