Browse Source

Merge pull request #645 from fsouza/fix-api-docs

- Documentation: remove trunc_cmd from /containers/ps example no longer needed.
Ken Cochrane 12 years ago
parent
commit
b3101beb47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/sources/api/docker_remote_api.rst

+ 1 - 1
docs/sources/api/docker_remote_api.rst

@@ -28,7 +28,7 @@ List containers
 
 	.. sourcecode:: http
 
-	   GET /containers/ps?trunc_cmd=0&all=1&before=8dfafdbc3a40 HTTP/1.1
+	   GET /containers/ps?all=1&before=8dfafdbc3a40 HTTP/1.1
 	   
 	**Example response**: