From 4fc7f2b1e39a0b3de30225c527c8ce1738c0ca6f Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Sun, 24 Mar 2024 10:22:26 +0800 Subject: [PATCH] Update main.go Co-authored-by: Riccardo Schirone <562321+ret2libc@users.noreply.github.com> --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 356e13c..c122db7 100644 --- a/main.go +++ b/main.go @@ -328,7 +328,7 @@ RZ_PM_SITE: }, &cli.BoolFlag{ Name: flagShouldUpdateDB, - Usage: "should update the DB?", + Usage: "update the DB", Value: true, }, }