Skip to content

Commit

Permalink
Issue90: fix the invalid size error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Fosdick committed Sep 14, 2019
1 parent 33c37fa commit e544169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdfmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ int main(int argc, char **argv)
}
else
{
fprintf(stderr, "hdfmt: %s is not a valid size\n", argv[1]);
fprintf(stderr, "hdfmt: %s is not a valid size\n", argv[2]);
status = 1;
}
}
Expand Down

0 comments on commit e544169

Please sign in to comment.