diff options
Diffstat (limited to 'misc')
-rwxr-xr-x | misc/verify | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/verify b/misc/verify index 1f0d4ab..40ef0b4 100755 --- a/misc/verify +++ b/misc/verify @@ -6,7 +6,7 @@ RED="\033[0;31m" me="$(basename "$0")" -concat="pv -EE -F'%r [%b] [%t] [%e] %p'" +concat="pv -EE -F%r_[%b]_[%t]_[%e]_%p" printhelp() { cat << HELPDOC |