[gjs] console: Fix documentation for --coverage-path
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] console: Fix documentation for --coverage-path
- Date: Mon, 3 Feb 2014 18:06:58 +0000 (UTC)
commit 01512e4dab8cfbdd9465aa637f065900fb9aa231
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Mon Feb 3 13:02:24 2014 -0500
console: Fix documentation for --coverage-path
gjs/console.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gjs/console.cpp b/gjs/console.cpp
index 8c585ef..411a753 100644
--- a/gjs/console.cpp
+++ b/gjs/console.cpp
@@ -36,7 +36,7 @@ static char *command = NULL;
static GOptionEntry entries[] = {
{ "command", 'c', 0, G_OPTION_ARG_STRING, &command, "Program passed in as a string", "COMMAND" },
- { "coverage-path", 'C', 0, G_OPTION_ARG_STRING_ARRAY, &coverage_paths, "Add the directory DIR to the
list of directories to generate coverage info for", "DIR" },
+ { "coverage-path", 'C', 0, G_OPTION_ARG_STRING_ARRAY, &coverage_paths, "Add the filename FILE to the
list of files to generate coverage info for", "FILE" },
{ "coverage-output", 0, 0, G_OPTION_ARG_STRING, &coverage_output_path, "Write coverage output to a
directory DIR. This option is mandatory when using --coverage-path", "DIR", },
{ "include-path", 'I', 0, G_OPTION_ARG_STRING_ARRAY, &include_path, "Add the directory DIR to the list
of directories to search for js files.", "DIR" },
{ NULL }
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]