mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 21:19:54 +00:00
Add missing \n\ from help description.
This commit is contained in:
parent
b85cf6aec0
commit
ce770ed5f4
@ -1,3 +1,7 @@
|
||||
Thu Jun 4 09:12:27 1998 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* objcopy.c (copy_usage): Add missing \n\ from help description.
|
||||
|
||||
Wed Jun 3 19:31:33 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* Makefile.am (YACC): Correct bison -L option.
|
||||
|
@ -310,9 +310,9 @@ Usage: %s [-vVSpgxX] [-I bfdname] [-O bfdname] [-F bfdname] [-b byte]\n\
|
||||
program_name);
|
||||
fprintf (stream, _("\
|
||||
[--gap-fill=val] [--pad-to=address] [--preserve-dates]\n\
|
||||
[--set-start=val]
|
||||
[--change-start=incr] [--change-addresses=incr]
|
||||
(--adjust-start and --adjust-vma are aliases for these two)
|
||||
[--set-start=val] \n\
|
||||
[--change-start=incr] [--change-addresses=incr] \n\
|
||||
(--adjust-start and --adjust-vma are aliases for these two) \n\
|
||||
[--change-section-address=section{=,+,-}val]\n\
|
||||
(--adjust-section-vma is an alias for --change-section-address)\n\
|
||||
[--change-section-lma=section{=,+,-}val]\n\
|
||||
|
Loading…
Reference in New Issue
Block a user