]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/fetch.c
fetch: change "branch" to "reference" in --force -h output
[thirdparty/git.git] / builtin / fetch.c
index ac06f6a5765d2f630116ab588c0e34eb2f0e4db4..767406ee05b8bf575ba4d819fe443eea5de7b92e 100644 (file)
@@ -113,7 +113,7 @@ static struct option builtin_fetch_options[] = {
                 N_("append to .git/FETCH_HEAD instead of overwriting")),
        OPT_STRING(0, "upload-pack", &upload_pack, N_("path"),
                   N_("path to upload pack on remote end")),
-       OPT__FORCE(&force, N_("force overwrite of local branch"), 0),
+       OPT__FORCE(&force, N_("force overwrite of local reference"), 0),
        OPT_BOOL('m', "multiple", &multiple,
                 N_("fetch from multiple remotes")),
        OPT_SET_INT('t', "tags", &tags,