Skip to content

Commit

Permalink
consistent symbolic exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
mknos authored Jul 15, 2023
1 parent 7185fd1 commit 8628924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/od
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ sub diffdata {

sub help {
print "usage: od [-bcdfiloxv] [-A radix] [-j skip_bytes] [-N limit_bytes] filename\n";
exit 1;
exit EX_FAILURE;
}
__END__
Expand Down

0 comments on commit 8628924

Please sign in to comment.