object-store: migrate alternates struct and functions from cache.h
[gitweb.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;