Adding test for the database and sync log. Preliminary file state maintenance operations
diff --git a/client/client.cc b/client/client.cc
index df827ba..4d20e98 100644
--- a/client/client.cc
+++ b/client/client.cc
@@ -127,10 +127,15 @@
               
               notify->moveFile (argv[2], argv[3]);
             }
+          else
+            {
+              cerr << "ERROR: Unknown command " << cmd << endl;
+              usage ();
+            }
         }
       else
         {
-          cerr << "Cannot connect to the daemon\n";
+          cerr << "ERROR: Cannot connect to the daemon\n";
           status = 1;
         }
     }