Skip to content

Commit

Permalink
Merge pull request #389 from mariux64/fix-typo-in-mxqi-message
Browse files Browse the repository at this point in the history
mxqi: Fix typo in notification message
  • Loading branch information
pmenzel authored Jun 21, 2024
2 parents 738ea05 + c3a1865 commit cbdc5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxqi/mxqi
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ sub submitter {
my %mxqsub_options = parse_mxqsub_options();

print format_options_for_banner(\%mxqsub_options);
print "\nNote, that you job is killed without warning, if you exceed the reserved memory or runtime.\n";
print "\nNote, that your job is killed without warning, if you exceed the reserved memory or runtime.\n";

$SIG{INT} = sub {
print "\n";
Expand Down

0 comments on commit cbdc5a4

Please sign in to comment.