From 40858af081ae58259f362df935e76e6bac45949b Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 14 Aug 2021 18:49:53 -0400 Subject: [PATCH] resize2fs.8.in: clarify the description of the progress bar option Addresses-Debian-Bug: #979411 Signed-off-by: Theodore Ts'o --- resize/resize2fs.8.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/resize/resize2fs.8.in b/resize/resize2fs.8.in index ae36577..d28410a 100644 --- a/resize/resize2fs.8.in +++ b/resize/resize2fs.8.in @@ -129,10 +129,11 @@ Shrink the file system to minimize its size as much as possible, given the files stored in the file system. .TP .B \-p -Prints out a percentage completion bars for each +Print out percentage completion bars for each .B resize2fs -operation during an offline resize, so that the user can keep track -of what the program is doing. +phase during an offline (non-trivial) resize operation, so that the user +can keep track of what the program is doing. (For very fast resize +operations, no progress bars may be displayed.) .TP .B \-P Print an estimate of the number of file system blocks in the file system -- 1.8.3.1