diff --git a/guides/source/command_line.md b/guides/source/command_line.md index d2ac04e8a1..bc6dbbaffe 100644 --- a/guides/source/command_line.md +++ b/guides/source/command_line.md @@ -649,6 +649,7 @@ Invocation of the tasks will look like: ```bash $ bin/rails task_name $ bin/rails "task_name[value 1]" # entire argument string should be quoted +$ bin/rails "task_name[value 1,value2,value3]" # separate multiple args with a comma $ bin/rails db:nothing ```