From 65273a5f7f29dc84d8018267c5b3280b21c3b6fb Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Fri, 15 Mar 2024 17:05:56 +0100 Subject: [PATCH] localdump: update error message on empty selection --- localdump.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localdump.sh b/localdump.sh index a5feabb..ac35250 100755 --- a/localdump.sh +++ b/localdump.sh @@ -264,7 +264,7 @@ case $_lines in 0) - color.echo error "ERROR no data for a further selection. Aborting." + color.echo error "ERROR: No data found for a selection. Aborting." echo exit 1 ;; -- GitLab