From 339924e0113129cfca429c9fadfeded6341054d5 Mon Sep 17 00:00:00 2001 From: Spencer Gibb Date: Fri, 20 Oct 2017 15:43:17 -0400 Subject: [PATCH] colon to comma --- docs/src/main/asciidoc/spring-cloud-release-tools.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/main/asciidoc/spring-cloud-release-tools.adoc b/docs/src/main/asciidoc/spring-cloud-release-tools.adoc index 425a0597..f9d8b212 100644 --- a/docs/src/main/asciidoc/spring-cloud-release-tools.adoc +++ b/docs/src/main/asciidoc/spring-cloud-release-tools.adoc @@ -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 \ No newline at end of file +before running the app