Skip to content

Commit 4a8e319

Browse files
committed
Update default commit message
1 parent f6e9893 commit 4a8e319

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/hub/cli.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ const commands = {
7979
},
8080
{
8181
name: "commit-message" as const,
82-
description: "The commit message to use. Defaults to 'Add [x] files'",
82+
description: "The commit message to use. Defaults to 'Upload files using @huggingface/hub'",
83+
default: "Upload files using @huggingface/hub",
8384
},
8485
{
8586
name: "private" as const,

0 commit comments

Comments
 (0)