From cdae9fc680c8e7f99c0ef47dd98f674df76e5078 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Wed, 20 Jul 2016 23:45:55 -0700 Subject: add "weed copy" command to copy files to filer --- weed/command/command.go | 1 + 1 file changed, 1 insertion(+) (limited to 'weed/command/command.go') diff --git a/weed/command/command.go b/weed/command/command.go index d654f57cd..c451936e5 100644 --- a/weed/command/command.go +++ b/weed/command/command.go @@ -11,6 +11,7 @@ var Commands = []*Command{ cmdBenchmark, cmdBackup, cmdCompact, + cmdCopy, cmdFix, cmdServer, cmdMaster, -- cgit v1.2.3