X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=pack-redundant.c;h=25b81a445c8fafe0c00ce30082b7d9a7c22ccf1e;hb=d5c527448db30be55553e0b125015e8d444f8dbc;hp=f5cd0ac59e5794a375172b998399a546eaef4ab1;hpb=e2b1accc59ab5d682d71fd801ebe959c3e871488;p=git.git diff --git a/pack-redundant.c b/pack-redundant.c index f5cd0ac59..25b81a445 100644 --- a/pack-redundant.c +++ b/pack-redundant.c @@ -11,7 +11,7 @@ #define BLKSIZE 512 static const char pack_redundant_usage[] = -"git-pack-redundant [ --verbose ] [ --alt-odb ] < --all | <.pack filename> ...>"; +"git pack-redundant [ --verbose ] [ --alt-odb ] < --all | <.pack filename> ...>"; static int load_all_packs, verbose, alt_odb;