Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-08-04 08:55:41 +0400
committerJunio C Hamano <junkio@cox.net>2006-08-04 08:55:41 +0400
commitcba05fa840b637db2708014142a753680d930082 (patch)
tree69fe98c891863e698e0eee02e52bfddb59c382bb /builtin-mv.c
parent8cdf33643dc0b21d9ea922a3fdd7f64226c421aa (diff)
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 <junkio@cox.net>
Diffstat (limited to 'builtin-mv.c')
-rw-r--r--builtin-mv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin-mv.c b/builtin-mv.c
index 62ae937cb1..e47942c135 100644
--- a/builtin-mv.c
+++ b/builtin-mv.c
@@ -99,7 +99,7 @@ int cmd_mv(int argc, const char **argv, const char *prefix)
ignore_errors = 1;
continue;
}
- die(builtin_mv_usage);
+ usage(builtin_mv_usage);
}
count = argc - i - 1;
if (count < 1)