diff options
author | Petr Baudis <pasky@suse.cz> | 2006-07-27 20:58:53 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-07-27 14:21:03 -0700 |
commit | cc41cd2e60da8224dcd04f23d837853cff5d4eda (patch) | |
tree | 62ea190d0410e49ba3b53f396e0486af3ff5dba7 /local-fetch.c | |
parent | 6c35119ac711c69c69874d7d52f5cfa12c07ccce (diff) | |
download | git-cc41cd2e60da8224dcd04f23d837853cff5d4eda.tar.gz |
Remove -d from *-fetch usage strings
This is a really ancient remnant of the short era of delta objects stored
directly in the object database.
Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'local-fetch.c')
-rw-r--r-- | local-fetch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/local-fetch.c b/local-fetch.c index ffa4887570..a05ac16cd0 100644 --- a/local-fetch.c +++ b/local-fetch.c @@ -194,9 +194,9 @@ int fetch_ref(char *ref, unsigned char *sha1) } static const char local_pull_usage[] = -"git-local-fetch [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [-l] [-s] [-n] commit-id path"; +"git-local-fetch [-c] [-t] [-a] [-v] [-w filename] [--recover] [-l] [-s] [-n] commit-id path"; -/* +/* * By default we only use file copy. * If -l is specified, a hard link is attempted. * If -s is specified, then a symlink is attempted. |