summaryrefslogtreecommitdiff
path: root/compose
diff options
context:
space:
mode:
authorJoffrey F <f.joffrey@gmail.com>2016-08-09 15:16:48 -0700
committerGitHub <noreply@github.com>2016-08-09 15:16:48 -0700
commit13bcd85eb3b9e2cbd913e3cc6fb52f5c61c6759c (patch)
treeb3ae08ed7dda76d9d014da90f9b420e87c42860d /compose
parentd29f8e10222f3dbd3b57d8dfb9a15404a4302609 (diff)
parent17f46f8999e66e3dbb8f8438002caf17fe6065a6 (diff)
Merge pull request #3808 from jgsqware/patch-1
Update rm.md
Diffstat (limited to 'compose')
-rw-r--r--compose/cli/main.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/compose/cli/main.py b/compose/cli/main.py
index 20200b09..438753a2 100644
--- a/compose/cli/main.py
+++ b/compose/cli/main.py
@@ -616,8 +616,7 @@ class TopLevelCommand(object):
Options:
-f, --force Don't ask to confirm removal
-v Remove any anonymous volumes attached to containers
- -a, --all Obsolete. Also remove one-off containers created by
- docker-compose run
+ -a, --all Deprecated - no effect.
"""
if options.get('--all'):
log.warn(