Skip to content

Commit

Permalink
finddisappeared: make error message GNU-like (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
sighook committed Jan 23, 2024
1 parent d727085 commit f10f90a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finddisappeared
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ sub main {
print_version() and exit if $opt_version;
print_help() and exit if $opt_help;

die "$PROGRAM: invalid option @ARGV\n$help_ref\n" if @ARGV;
die "$PROGRAM: invalid option -- '@ARGV'\n$help_ref\n" if @ARGV;

finddisappeared $opt_root;
}
Expand Down

0 comments on commit f10f90a

Please sign in to comment.