From a0f0175d64d3c52529703755b89daf9c24d12d8b Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sun, 29 Dec 2019 22:05:31 -0800 Subject: [PATCH] Updated help for upsert, refs #66 --- sqlite_utils/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlite_utils/cli.py b/sqlite_utils/cli.py index 14e7365..ba55e61 100644 --- a/sqlite_utils/cli.py +++ b/sqlite_utils/cli.py @@ -443,7 +443,7 @@ def upsert( """ Upsert records based on their primary key. Works like 'insert' but if an incoming record has a primary key that matches an existing record - the existing record will be replaced. + the existing record will be updated. """ insert_upsert_implementation( path,