Merge branch 'ab/perl-install'
[gitweb.git] / builtin / fetch.c
index 88ff3575f81b234c1b916c2df4a27a01d84b9405..ea14d5dc6b00b475b8817768b7d35d0bb54d5236 100644 (file)
@@ -829,7 +829,8 @@ static int fetch_one(struct remote *remote, int argc, const char **argv)
        int exit_code;
 
        if (!remote)
-               die("Where do you want to fetch from today?");
+               die("No remote repository specified.  Please, specify either a URL or a\n"
+                   "remote name from which new revisions should be fetched.");
 
        transport = transport_get(remote, NULL);
        transport_set_verbosity(transport, verbosity, progress);