From cab6fb8b782be15e0f84b758cfb8d53bbf2cc0e5 Mon Sep 17 00:00:00 2001 From: Kayou Date: Sun, 3 May 2020 12:11:47 +0200 Subject: [PATCH] Update logging --- data/helpers.d/logging | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/helpers.d/logging b/data/helpers.d/logging index c79090e25..d5f4f5eec 100644 --- a/data/helpers.d/logging +++ b/data/helpers.d/logging @@ -216,7 +216,7 @@ base_time=$(date +%s) # | arg: -m, --message= - The text to print # | arg: -w, --weight= - The weight for this progression. This value is 1 by default. Use a bigger value for a longer part of the script. # | arg: -t, --time - Print the execution time since the last call to this helper. Especially usefull to define weights. The execution time is given for the duration since the previous call. So the weight should be applied to this previous call. -# | arg: -l, --last - Use for the last call of the helper, to fill te progression bar. +# | arg: -l, --last - Use for the last call of the helper, to fill the progression bar. # # Requires YunoHost version 3.5.0 or higher. ynh_script_progression () {