X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fcli%2Fcli-dump.c;h=6584d5ec409926a583e511eb6eb15d0d6c1ec1d6;hb=9eb6e5a1a585146500e49fcc85e79b3f05196f16;hp=5ea3b499b77ebcd2366b786848de3d4d45e0ebb9;hpb=f00ef9ead4743dc347b295d5876d3ad2a0092594;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/cli/cli-dump.c b/gdb/cli/cli-dump.c index 5ea3b499b7..6584d5ec40 100644 --- a/gdb/cli/cli-dump.c +++ b/gdb/cli/cli-dump.c @@ -816,7 +816,7 @@ to the specified FILE in raw target ordered bytes.", "Restore the contents of FILE to target memory.\n\ Arguments are FILE OFFSET START END where all except FILE are optional.\n\ OFFSET will be added to the base address of the file (default zero).\n\ -If START and END are given, only the file contents within that range +If START and END are given, only the file contents within that range\n\ (file relative) will be restored to target memory."); c->completer = filename_completer; /* FIXME: completers for other commands. */