]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/prune.c
Merge branch 'jh/fsck-promisors'
[thirdparty/git.git] / builtin / prune.c
index be34645dcfa6c13781125d46d7d371c67c33264d..4cfec82f4076e357048bcb5816ceeb0f4b020192 100644 (file)
@@ -8,7 +8,7 @@
 #include "progress.h"
 
 static const char * const prune_usage[] = {
-       N_("git prune [-n] [-v] [--expire <time>] [--] [<head>...]"),
+       N_("git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"),
        NULL
 };
 static int show_only;