diff options
Diffstat (limited to 'src/util/fnrec.sh')
-rwxr-xr-x | src/util/fnrec.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/fnrec.sh b/src/util/fnrec.sh index 00784ac5e..3be5ceaa7 100755 --- a/src/util/fnrec.sh +++ b/src/util/fnrec.sh @@ -24,7 +24,7 @@ Look up symbol names in <elf-binary> for function addresses from <addresses-file>. Example: -$0 bin/gpxe.hd.tmp fnrec.dat +$0 bin/ipxe.hd.tmp fnrec.dat EOF exit 1 fi |