浏览代码

Merge pull request #13208 from ahmetalpbalkan/nit

Remove out of date comment
Doug Davis 10 年之前
父节点
当前提交
1c5a4728e1
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      api/client/run.go

+ 0 - 1
api/client/run.go

@@ -38,7 +38,6 @@ func (cid *cidFile) Write(id string) error {
 //
 // Usage: docker run [OPTIONS] IMAGE [COMMAND] [ARG...]
 func (cli *DockerCli) CmdRun(args ...string) error {
-	// FIXME: just use runconfig.Parse already
 	cmd := cli.Subcmd("run", "IMAGE [COMMAND] [ARG...]", "Run a command in a new container", true)
 
 	// These are flags not stored in Config/HostConfig