Browse code

Update deprecated docs for cli flags removal.

The old command line options have been deprecated in 1.8.0 and
eventually removed in 1.10.0 through PR #17724, though the
deprecated.md still shows `Target For Removal In Release`.

This fix updates the deprecated.md and changes
`Target For Removal In Release` to `Removed In Release`.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

Yong Tang authored on 2016/05/11 22:48:07
Showing 1 changed files
... ...
@@ -92,7 +92,7 @@ The lxc-conf flag and API fields will also be removed.
92 92
 ### Old Command Line Options
93 93
 **Deprecated In Release: [v1.8.0](https://github.com/docker/docker/releases/tag/v1.8.0)**
94 94
 
95
-**Target For Removal In Release: v1.10**
95
+**Removed In Release: [v1.10.0](https://github.com/docker/docker/releases/tag/v1.10.0)**
96 96
 
97 97
 The flags `-d` and `--daemon` are deprecated in favor of the `daemon` subcommand:
98 98