From a0664b5ce5b6cf4b5ebbf36dba77f09aaecb9dd0 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Sun, 16 Jul 2017 14:45:56 +0000 Subject: [PATCH] comment: dist -> ctr Signed-off-by: Akihiro Suda --- cmd/ctr/fetch.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cmd/ctr/fetch.go b/cmd/ctr/fetch.go index cc76a643d711..0b68acd47862 100644 --- a/cmd/ctr/fetch.go +++ b/cmd/ctr/fetch.go @@ -31,9 +31,8 @@ This command ensures that containerd has all the necessary resources to build an image's rootfs and convert the configuration to a runtime format supported by containerd. -This command uses the same syntax, of remote and object, as 'dist -fetch-object'. We may want to make this nicer, but agnostism is preferred for -the moment. +This command uses the same syntax, of remote and object, as 'ctr fetch-object'. +We may want to make this nicer, but agnostism is preferred for the moment. Right now, the responsibility of the daemon and the cli aren't quite clear. Do not use this implementation as a guide. The end goal should be having metadata,