Skip to content

Commit 47b17ba

Browse files
committed
Fix typo in usage message.
1 parent 1b4135b commit 47b17ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macher.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ static void usage()
739739
printf(" mach_o [-v|--verbose] append <mach-O file> <data file> <output>\n");
740740
printf(" mach_o [-v|--verbose] add_rpath <library dir> <Mach-O file path>\n");
741741
printf(" mach_o [-v|--verbose] remove_rpath <library dir> <Mach-O file path>\n");
742-
printf(" mach_o [-v|--verbose] set_libpath <library path> <Mach-O file path>\n");
742+
printf(" mach_o [-v|--verbose] edit_libpath <library path> <Mach-O file path>\n");
743743
printf(" mach_o [-v|--verbose] set_id <library path> <Mach-O file path>\n");
744744
exit(1);
745745
}

0 commit comments

Comments
 (0)