Command - pull

- Migrated handlePull to CmdPull.
This commit is contained in:
Paul Beckingham 2011-05-30 14:30:14 -04:00
parent abd51e81a3
commit 99fae1f9a8
9 changed files with 164 additions and 77 deletions

View file

@ -110,10 +110,6 @@ int CmdHelp::execute (const std::string&, std::string& output)
row = view.addRow ();
view.set (row, 1, "task push URL");
view.set (row, 2, "Pushes the local *.data files to the URL.");
row = view.addRow ();
view.set (row, 1, "task pull URL");
view.set (row, 2, "Overwrites the local *.data files with those found at the URL.");
*/
output = "\n"