diff --git a/Documentation/git-backfill.txt b/Documentation/git-backfill.txt index 066ec6b161a22c..2e1f8505209cbb 100644 --- a/Documentation/git-backfill.txt +++ b/Documentation/git-backfill.txt @@ -9,7 +9,7 @@ git-backfill - Download missing objects in a partial clone SYNOPSIS -------- [verse] -'git backfill' [--batch-size=] [--[no-]sparse] +(EXPERIMENTAL) 'git backfill' [--batch-size=] [--[no-]sparse] DESCRIPTION ----------- diff --git a/builtin/backfill.c b/builtin/backfill.c index 2631c6643dcfe5..91ce0debb9d7fb 100644 --- a/builtin/backfill.c +++ b/builtin/backfill.c @@ -23,7 +23,7 @@ #include "path-walk.h" static const char * const builtin_backfill_usage[] = { - N_("git backfill [--batch-size=] [--[no-]sparse]"), + N_("(EXPERIMENTAL) git backfill [--batch-size=] [--[no-]sparse]"), NULL };