remove redundant back slash

I think this is a redundant back slash, should be removed.
This commit is contained in:
Bin Liu 2016-10-18 22:31:25 +08:00 committed by GitHub
parent 803f94f648
commit c8b449e7e0
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ add to their successors.
For example, consider this command line:
```
$ docker-compose -f docker-compose.yml -f docker-compose.admin.yml run backup_db`
$ docker-compose -f docker-compose.yml -f docker-compose.admin.yml run backup_db
```
The `docker-compose.yml` file might specify a `webapp` service.