Skip to content

Commit 13bcd85

Browse files
authored
Merge pull request #3808 from jgsqware/patch-1
Update rm.md
2 parents d29f8e1 + 17f46f8 commit 13bcd85

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

compose/cli/main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -616,8 +616,7 @@ def rm(self, options):
616616
Options:
617617
-f, --force Don't ask to confirm removal
618618
-v Remove any anonymous volumes attached to containers
619-
-a, --all Obsolete. Also remove one-off containers created by
620-
docker-compose run
619+
-a, --all Deprecated - no effect.
621620
"""
622621
if options.get('--all'):
623622
log.warn(

docs/reference/rm.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ Usage: rm [options] [SERVICE...]
1717
Options:
1818
-f, --force Don't ask to confirm removal
1919
-v Remove any anonymous volumes attached to containers
20-
-a, --all Also remove one-off containers created by
21-
docker-compose run
20+
-a, --all Deprecated - no effect.
2221
```
2322

2423
Removes stopped service containers.

0 commit comments

Comments
 (0)