Skip to content

Commit

Permalink
Fix typo in usage message.
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Feb 15, 2021
1 parent 1b4135b commit 47b17ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macher.c
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ static void usage()
printf(" mach_o [-v|--verbose] append <mach-O file> <data file> <output>\n");
printf(" mach_o [-v|--verbose] add_rpath <library dir> <Mach-O file path>\n");
printf(" mach_o [-v|--verbose] remove_rpath <library dir> <Mach-O file path>\n");
printf(" mach_o [-v|--verbose] set_libpath <library path> <Mach-O file path>\n");
printf(" mach_o [-v|--verbose] edit_libpath <library path> <Mach-O file path>\n");
printf(" mach_o [-v|--verbose] set_id <library path> <Mach-O file path>\n");
exit(1);
}
Expand Down

0 comments on commit 47b17ba

Please sign in to comment.