diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-28 18:55:39 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-28 18:55:39 +0200 |
commit | bbf8bc2583df53a7562d99382831389454bc6ee9 (patch) | |
tree | c6c27d6cd77e3f88a28f5001258e5b7350a7df1c /cmdline/apt-get.cc | |
parent | 541c83b92a4919ba0aed6150f71e227d07f93a02 (diff) | |
parent | 8756297c0f5987d2320955c21e5c64395ce311cc (diff) |
* cmdline/apt-get.cc:
- make the XS-Vcs-$foo warning more copy'n'paste
friendly (thanks to Matt Zimmerman)
Diffstat (limited to 'cmdline/apt-get.cc')
-rw-r--r-- | cmdline/apt-get.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 974427f51..6aafe9704 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -2125,10 +2125,11 @@ bool DoSource(CommandLine &CmdL) string uri = srec.substr(pos,epos-pos).c_str(); ioprintf(c1out, _("WARNING: '%s' is maintained in " "the '%s' version control system at:\n" - "'%s'\n"), + "%s\n"), Src.c_str(), vcs.c_str(), uri.c_str()); if(vcs == "Bzr") - ioprintf(c1out,_("Please use: 'bzr get %s'\n" + ioprintf(c1out,_("Please use:\n" + "bzr get %s\n" "to modify the package.\n"), uri.c_str()); ioprintf(c1out, "Are you sure you want to continue [yN]? "); |