public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Fix help comment.
@ 2008-05-29 20:24 rmoseley
  0 siblings, 0 replies; only message in thread
From: rmoseley @ 2008-05-29 20:24 UTC (permalink / raw)
  To: frysk-cvs

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-05-29 20:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-29 20:24 [SCM] master: Fix help comment rmoseley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).