public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: rmoseley@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Fix help comment.
Date: Thu, 29 May 2008 20:24:00 -0000	[thread overview]
Message-ID: <20080529202419.12934.qmail@sourceware.org> (raw)

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


                 reply	other threads:[~2008-05-29 20:24 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080529202419.12934.qmail@sourceware.org \
    --to=rmoseley@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).