Skip to content

Commit

Permalink
Merge pull request #30718 from allencloud/update-incorrect-comments-o…
Browse files Browse the repository at this point in the history
…f-checkpoint

update incorrect comments of CheckpointList
  • Loading branch information
LK4D4 authored Feb 3, 2017
2 parents 453c5c1 + 98ffe52 commit 73e218c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/checkpoint_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 73e218c

Please sign in to comment.