Procházet zdrojové kódy

Merge pull request #6397 from fanminshi/master

functional-tester: correct goreman command in readme
Xiang Li před 9 roky
rodič
revize
8f47468a40
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tools/functional-tester/README.md

+ 1 - 1
tools/functional-tester/README.md

@@ -43,7 +43,7 @@ To run the functional tests on a single machine using Goreman, build with the pr
 
 ```sh
 ./tools/functional-tester/build
-goreman -f tools/functional-tester/Procfile
+goreman -f tools/functional-tester/Procfile start
 ```
 
 Notes: