diff options
-rwxr-xr-x | tools/shld.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/shld.sh b/tools/shld.sh index 14335da..a1840f2 100755 --- a/tools/shld.sh +++ b/tools/shld.sh @@ -85,8 +85,8 @@ help() Options: -h Display this information -V Display linker version information - -I <interp> Use <interp> as the the interpreter for your program, instead of - the default of "/bin/sh" + -I <interp> Use <interp> as the interpreter for your program, instead of the + default of "/bin/sh" -e <entry> Use <entry> as the function for beginning execution of your program, instead of the default of "main" -o <output> Use <output> as the name of the program produced by shld, instead |