From cba05fa840b637db2708014142a753680d930082 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 3 Aug 2006 21:55:41 -0700 Subject: Further clean-up: usage() vs die() This hopefully finishes the clean-up Ramsay started with recent commit 15e593e4d37d1d350fef20ab666d58f6881c7f5f and commit 8cdf33643dc0b21d9ea922a3fdd7f64226c421aa. Signed-off-by: Junio C Hamano --- builtin-prune.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin-prune.c') diff --git a/builtin-prune.c b/builtin-prune.c index 6a86eb52ae..89ec7f1426 100644 --- a/builtin-prune.c +++ b/builtin-prune.c @@ -10,7 +10,7 @@ #include "builtin.h" #include "cache-tree.h" -static const char prune_usage[] = "git prune [-n]"; +static const char prune_usage[] = "git-prune [-n]"; static int show_only = 0; static struct rev_info revs; -- cgit v1.2.3