Просмотр исходного кода

Merge pull request #1582 from StargazerCel/master

Fixed a Typo in Running Unit Tests.md #HSFDPMUW
El RIDO 1 год назад
Родитель
Сommit
0178bbc075
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      doc/Running Unit Tests.md

+ 1 - 1
doc/Running Unit Tests.md

@@ -18,7 +18,7 @@ The parameters in detail:
   an accidentally destructive test case in it.
 - `--read-only` - This image supports running in read-only mode. Only /tmp
   may be written into.
-- `-rm` - Remove the container after the run. This saves you doing a cleanup
+- `--rm` - Remove the container after the run. This saves you doing a cleanup
   on your docker environment, if you run the image frequently.
 
 You can also run just the php and javascript test suites instead of both: