public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: pmuldoon@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Tweak corefile command help text
Date: Fri, 07 Dec 2007 16:34:00 -0000	[thread overview]
Message-ID: <20071207163402.11915.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  01f016ef60b42e011ffa962ef5524c687e0293ef (commit)
       via  e966108fc4e97e9a12ef3d36ae436a4521e41934 (commit)
      from  88f78bba64995ee006c9da8e22f655b4a6ad57c4 (commit)

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

- Log -----------------------------------------------------------------
commit 01f016ef60b42e011ffa962ef5524c687e0293ef
Merge: e966108fc4e97e9a12ef3d36ae436a4521e41934 88f78bba64995ee006c9da8e22f655b4a6ad57c4
Author: Phil Muldoon <pmuldoon@redhat.com>
Date:   Fri Dec 7 16:33:15 2007 +0000

    Tweak corefile command help text

commit e966108fc4e97e9a12ef3d36ae436a4521e41934
Author: Phil Muldoon <pmuldoon@redhat.com>
Date:   Fri Dec 7 16:32:52 2007 +0000

    2007-12-07  Phil Muldoon  <pmuldoon@redhat.com>
    
    	* CoreCommand.java: Tweak help text.

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

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

First 500 lines of diff:
diff --git a/frysk-core/frysk/hpd/ChangeLog b/frysk-core/frysk/hpd/ChangeLog
index 000ee62..8513ec2 100644
--- a/frysk-core/frysk/hpd/ChangeLog
+++ b/frysk-core/frysk/hpd/ChangeLog
@@ -1,5 +1,7 @@
 2007-12-07  Phil Muldoon  <pmuldoon@redhat.com>
 
+	* CoreCommand.java: Tweak help text. 
+
 	* AuxvCommand.java (interpret): Return nothing when
 	main task cannot be found.
 	* MapsCommand.java: New.
diff --git a/frysk-core/frysk/hpd/CoreCommand.java b/frysk-core/frysk/hpd/CoreCommand.java
index 7ebd163..000dbe3 100644
--- a/frysk-core/frysk/hpd/CoreCommand.java
+++ b/frysk-core/frysk/hpd/CoreCommand.java
@@ -60,8 +60,8 @@ public class CoreCommand extends ParameterizedCommand {
 	boolean noExeOption = false;
 
 	CoreCommand() {
-		super("core", "core <core-file> [ <executable> ] [ -noexe ]",
-				"open a core file");
+		super("Load a Corefile.", "core <core-file> [ <executable> ] [ -noexe ]",
+				"Opens, loads and models corefile.");
 
 		add(new CommandOption("noexe", "Do not attempt to load executable ") {
 			void parse(String argument, Object options) {


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


                 reply	other threads:[~2007-12-07 16:34 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=20071207163402.11915.qmail@sourceware.org \
    --to=pmuldoon@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).