diff --git a/vsb/databases/pinecone/pinecone.py b/vsb/databases/pinecone/pinecone.py index 986fddd..c011e3f 100644 --- a/vsb/databases/pinecone/pinecone.py +++ b/vsb/databases/pinecone/pinecone.py @@ -149,7 +149,7 @@ def initialize_population(self): msg = ( f"PineconeDB: Index '{self.index_name}' already exists - cowardly " f"refusing to overwrite existing data. Specify --overwrite to " - f"delete it, or specify --skip-populate to skip population phase." + f"delete it, or specify --skip_populate to skip population phase." ) logger.critical(msg) raise StopUser()