From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12995 invoked by alias); 29 May 2008 20:24:28 -0000 Received: (qmail 12949 invoked by uid 9519); 29 May 2008 20:24:20 -0000 Date: Thu, 29 May 2008 20:24:00 -0000 Message-ID: <20080529202419.12934.qmail@sourceware.org> From: rmoseley@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Fix help comment. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: c809d4bc691f791e7c875d841ad3e26ccc7e1d4b X-Git-Newrev: eb225d30fd0625138f7940c96ef69dc7904b6ecb Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org X-SW-Source: 2008-q2/txt/msg00306.txt.bz2 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 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 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