[seed] The manpage had completely incorrect command line arguments (triple dashes?!)



commit 46d543e06a32ce4c2ec9dbecbf4eac7c0df28570
Author: Tim Horton <hortont424 gmail com>
Date:   Sat Jan 16 05:03:19 2010 -0500

    The manpage had completely incorrect command line arguments (triple dashes?!)

 doc/seed.1 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/doc/seed.1 b/doc/seed.1
index 3960c92..4bed648 100644
--- a/doc/seed.1
+++ b/doc/seed.1
@@ -9,10 +9,10 @@ seed acts as a simple read-eval-print loop for libseed's GObject JavaScriptCore
 bindings, unless the path to a script to interpret is specified.
 .SH OPTIONS
 .TP
-.B \---help
+.B \--help
 Show help options
 .TP
-.B \---debug=DEBUGFLAGS
+.B \--seed-debug=DEBUGFLAGS
 Show debug messages, filtered by the specified debug flags. If one wishes to see
 all possible debug messages, specify the flag "all" (keep in mind that this will
 produce a significant amount of output). Otherwise, specify a comma-separated



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