summaryrefslogtreecommitdiff
path: root/ssh-fetch.c
diff options
context:
space:
mode:
authorPetr Baudis <pasky@suse.cz>2006-07-27 18:58:53 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-07-27 21:21:03 (GMT)
commitcc41cd2e60da8224dcd04f23d837853cff5d4eda (patch)
tree62ea190d0410e49ba3b53f396e0486af3ff5dba7 /ssh-fetch.c
parent6c35119ac711c69c69874d7d52f5cfa12c07ccce (diff)
downloadgit-cc41cd2e60da8224dcd04f23d837853cff5d4eda.zip
git-cc41cd2e60da8224dcd04f23d837853cff5d4eda.tar.gz
git-cc41cd2e60da8224dcd04f23d837853cff5d4eda.tar.bz2
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 'ssh-fetch.c')
-rw-r--r--ssh-fetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-fetch.c b/ssh-fetch.c
index 28f7fd9..a8a6cfb 100644
--- a/ssh-fetch.c
+++ b/ssh-fetch.c
@@ -120,7 +120,7 @@ int fetch_ref(char *ref, unsigned char *sha1)
static const char ssh_fetch_usage[] =
MY_PROGRAM_NAME
- " [-c] [-t] [-a] [-v] [-d] [--recover] [-w ref] commit-id url";
+ " [-c] [-t] [-a] [-v] [--recover] [-w ref] commit-id url";
int main(int argc, char **argv)
{
char *commit_id;