Skip to content

Commit f04fe66

Browse files
apply suggestions
1 parent 8637016 commit f04fe66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lld/docs/ELF/linker_script.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ There are two lld options related to setting the linker script,
2525

2626
::
2727

28-
# This sets `--script=<file>` option under the hood.
28+
# `-T` is the alias for `--script` option.
2929
lld -T linker_script.lds
3030

31-
# This sets `--default-script=<file>` option under the hood.
31+
# `-dT` is the alias for `--default-script` option.
3232
lld -dT linker_script.lds
3333

3434
When both options are given, `--script=<file>` takes precedence.

0 commit comments

Comments
 (0)