From b12d81e16feba0b71499351168f0231f7ecd3394 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 6 Feb 2013 13:02:40 -0500 Subject: [PATCH] quizzes: Convert multi-line help to lists --- quizzes/git.json | 5 ++++- quizzes/posix-utilities.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/quizzes/git.json b/quizzes/git.json index 1a80cb4..4beed3b 100644 --- a/quizzes/git.json +++ b/quizzes/git.json @@ -98,7 +98,10 @@ "git ls-files", "git status" ], - "help": "http://www.kernel.org/pub/software/scm/git/docs/git-add.html\nhttp://www.kernel.org/pub/software/scm/git/docs/git-commit.html", + "help": [ + "http://www.kernel.org/pub/software/scm/git/docs/git-add.html", + "http://www.kernel.org/pub/software/scm/git/docs/git-commit.html" + ], "tags": [ "add", "commit" diff --git a/quizzes/posix-utilities.json b/quizzes/posix-utilities.json index 800fec5..1cb4f92 100644 --- a/quizzes/posix-utilities.json +++ b/quizzes/posix-utilities.json @@ -49,7 +49,10 @@ "setup": [ "echo 'This project is wonderful' > README" ], - "help": "The README file is in your current directory.\nhttp://pubs.opengroup.org/onlinepubs/009696699/idx/utilities.html", + "help": [ + "The README file is in your current directory.", + "http://pubs.opengroup.org/onlinepubs/009696699/idx/utilities.html" + ], "dependencies": [ "list all the files in the current directory" ] -- 2.26.2