]> git.saurik.com Git - apt.git/commitdiff
* cmdline/apt-get.cc:
authorMichael Vogt <michael.vogt@ubuntu.com>
Thu, 28 Jun 2007 16:19:58 +0000 (18:19 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Thu, 28 Jun 2007 16:19:58 +0000 (18:19 +0200)
  - make the ouput more friendly for copy and paste (thanks to Matt
    Zimmerman)

cmdline/apt-get.cc

index 51bcfde12f43c00f2a0617f26302fe6e1c09dba9..930d88d994b340b0b24eeaf0426168fabdc731c7 100644 (file)
@@ -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]? ");