From 59eb425bfc0c0d8d2bcba4d59324892696d4d1d4 Mon Sep 17 00:00:00 2001 From: Brenda Anderson Date: Wed, 18 Sep 2019 07:05:14 +1200 Subject: [PATCH] update resize more revert previous change but add an explanation --- _pages/2019/x/psets/3/resize/more/resize.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/2019/x/psets/3/resize/more/resize.adoc b/_pages/2019/x/psets/3/resize/more/resize.adoc index 0fedabfc3..4ced1f8c4 100644 --- a/_pages/2019/x/psets/3/resize/more/resize.adoc +++ b/_pages/2019/x/psets/3/resize/more/resize.adoc @@ -116,7 +116,7 @@ Implement a program called `resize` that resizes (i.e., enlarges or shrinks) 24- * Your program should accept exactly three command-line arguments, whereby + -- -** the first (`f`) must be a positive floating-point value less than or equal to 100.0, +** the first (`f`) must be a floating-point value in the range (0.0, 100.0] (ie., a positive value less than or equal to 100.0), ** the second must be the name of a BMP to be resized, and ** the third must be the name of the resized version to be written. --