diff options
author | P. J. McDermott <pj@pehjota.net> | 2015-10-27 12:36:51 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2015-10-27 12:36:51 (EDT) |
commit | a85d5ed19c55053ad854869c3ae0d29e5942e7a6 (patch) | |
tree | 21d6728dc26f4241a2de278d5bb4c93b188d79ea | |
parent | 5331b639b98e57771c3c303493c232376eb9999f (diff) | |
download | firman.sh-a85d5ed19c55053ad854869c3ae0d29e5942e7a6.zip firman.sh-a85d5ed19c55053ad854869c3ae0d29e5942e7a6.tar.gz firman.sh-a85d5ed19c55053ad854869c3ae0d29e5942e7a6.tar.bz2 |
tools/shld.sh: Fix double "the"
-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 |