This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] master: Fix help comment.


The branch, master has been updated
       via  eb225d30fd0625138f7940c96ef69dc7904b6ecb (commit)
      from  c809d4bc691f791e7c875d841ad3e26ccc7e1d4b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit eb225d30fd0625138f7940c96ef69dc7904b6ecb
Author: Rick Moseley <rmoseley@dhcp-215.hsv.redhat.com>
Date:   Thu May 29 15:23:39 2008 -0500

    Fix help comment.
    
    * LoadCommand.java: Fix help comment.

-----------------------------------------------------------------------

Summary of changes:
 frysk-core/frysk/hpd/ChangeLog        |    2 ++
 frysk-core/frysk/hpd/LoadCommand.java |    8 +++-----
 2 files changed, 5 insertions(+), 5 deletions(-)

First 500 lines of diff:
diff --git a/frysk-core/frysk/hpd/ChangeLog b/frysk-core/frysk/hpd/ChangeLog
index 7716747..fb7cdfa 100644
--- a/frysk-core/frysk/hpd/ChangeLog
+++ b/frysk-core/frysk/hpd/ChangeLog
@@ -20,6 +20,8 @@
 	path-to-executable.
 	* TestRunCommand.java: Fix bz #6576 that adds test
 	for change to LoadCommand above.
+	
+	* LoadCommand.java: Fix help comment.
 
 2008-05-28  Teresa Thomas  <tthomas@redhat.com>
 
diff --git a/frysk-core/frysk/hpd/LoadCommand.java b/frysk-core/frysk/hpd/LoadCommand.java
index 845ca45..34c5d75 100644
--- a/frysk-core/frysk/hpd/LoadCommand.java
+++ b/frysk-core/frysk/hpd/LoadCommand.java
@@ -64,15 +64,13 @@ public class LoadCommand extends ParameterizedCommand {
 
     LoadCommand() {
 	super("load", 
-	      "load [ path-to-executable ] [ -sysroot Path ]", 
+	      "load [ path-to-executable ] [ -sysroot Path ] [arg1, arg2...]", 
 	      "The load command lets the user examine information about"
 	      + " an executable file without actually running it.  An"
 	      + " executable must be loaded with this command before it"
 	      + " can be run with either the 'start' or 'run' command. "
-	      + " If no args are entered a list of the loaded procs (if any)"
-	      + " is displayed.\nNo arguments to be passed to the proc are"
-	      + " entered here.  Those arguments are passed to the proc(s)"
-	      + " via the 'start' or 'run' commands.");
+	      + " If no args are entered, a list of the loaded procs (if any)"
+	      + " is displayed.\n");
         add(new CommandOption("sysroot", "pathname to use as a sysroot",
 			      "Pathname") {
 		void parse(String args, Object options) {


hooks/post-receive
--
frysk system monitor/debugger


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]