1
0
mirror of https://github.com/minio/mc.git synced 2025-11-12 01:02:26 +03:00

Rename mc --> cmd

This commit is contained in:
Harshavardhana
2016-08-17 18:24:00 -07:00
parent 22670acfbe
commit 2ea2ec90d2
83 changed files with 92 additions and 92 deletions

View File

@@ -16,7 +16,7 @@
package main
import mc "github.com/minio/mc/mc"
import mc "github.com/minio/mc/cmd"
func main() {
mc.Main()