diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-28 18:19:58 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-06-28 18:19:58 +0200 |
commit | 927677f0ae5f92bb6935c91b08ee6ffe220d4bfa (patch) | |
tree | ef63dd003c14fd200550027de7749787292f8d07 | |
parent | 3238423f4d0bebf02c02fa6e5ca5b6db4fca56c5 (diff) |
* cmdline/apt-get.cc:
- make the ouput more friendly for copy and paste (thanks to Matt
Zimmerman)
-rw-r--r-- | cmdline/apt-get.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 51bcfde12..930d88d99 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -2128,7 +2128,8 @@ bool DoSource(CommandLine &CmdL) "'%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]? "); |