浏览代码

update incorrect comments of CheckpointList

Signed-off-by: allencloud <allen.sun@daocloud.io>
allencloud 8 年之前
父节点
当前提交
98ffe52fbc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/checkpoint_list.go

+ 1 - 1
client/checkpoint_list.go

@@ -9,7 +9,7 @@ import (
 	"golang.org/x/net/context"
 )
 
-// CheckpointList returns the volumes configured in the docker host.
+// CheckpointList returns the checkpoints of the given container in the docker host
 func (cli *Client) CheckpointList(ctx context.Context, container string, options types.CheckpointListOptions) ([]types.Checkpoint, error) {
 	var checkpoints []types.Checkpoint