colon to comma

This commit is contained in:
Spencer Gibb
2017-10-20 15:43:17 -04:00
committed by GitHub
parent 6f4aea0b08
commit 339924e011

View File

@@ -80,7 +80,7 @@ You will see text similar to this one
You can pick a range of options by using the hyphen - e.g. '2-4' will execute jobs [2,3,4]
You can execute all tasks starting from a job by using a hyphen and providing only one number - e.g. '8-' will execute jobs [8,9,10]
You can execute given tasks by providing a colon separated list of tasks - e.g. '3,7,8' will execute jobs [3,7,8]
You can execute given tasks by providing a comma separated list of tasks - e.g. '3,7,8' will execute jobs [3,7,8]
You can press 'q' to quit
----
@@ -302,4 +302,4 @@ $ eval `ssh-agent`
$ ssh-add ~/.ssh/id_rsa
----
before running the app
before running the app