public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
* [SCM]  master: Tweak corefile command help text
@ 2007-12-07 16:34 pmuldoon
  0 siblings, 0 replies; only message in thread
From: pmuldoon @ 2007-12-07 16:34 UTC (permalink / raw)
  To: frysk-cvs

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


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

only message in thread, other threads:[~2007-12-07 16:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-07 16:34 [SCM] master: Tweak corefile command help text pmuldoon

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).