From 50288bfccbf8ec06f81a6ba7aca4022f3a40633e Mon Sep 17 00:00:00 2001 From: Noah Gorny Date: Sun, 16 May 2021 09:48:45 +0300 Subject: [PATCH] main: Correct --help entries for --update and --clear-cache --- ble.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ble.pp b/ble.pp index 57be3460..93f62cbe 100644 --- a/ble.pp +++ b/ble.pp @@ -71,9 +71,9 @@ ' --test' \ ' Run test and exit' \ ' --update' \ - ' Run test and exit' \ + ' Update ble.sh and exit' \ ' --clear-cache' \ - ' Run test and exit' \ + ' Clear ble.sh cache and exit' \ '' \ ' --rcfile=BLERC' \ ' --init-file=BLERC' \