[gjs] console: Fix an outdated error message



commit eba7b51726d182694b76d5f59f4d9457117206de
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Feb 3 12:38:27 2014 -0500

    console: Fix an outdated error message
    
    --coverage-output-path was --coverage-output before landing...

 gjs/console.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gjs/console.cpp b/gjs/console.cpp
index 05eafe6..8c585ef 100644
--- a/gjs/console.cpp
+++ b/gjs/console.cpp
@@ -119,7 +119,7 @@ main(int argc, char **argv)
 
     if (coverage_paths) {
         if (!coverage_output_path)
-            g_error("--coverage-output-path is required when taking coverage statistics");
+            g_error("--coverage-output is required when taking coverage statistics");
 
         coverage = gjs_coverage_new((const gchar **) coverage_paths,
                                     js_context);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]