Преглед на файлове

* cmdline/apt-get.cc:
- make the ouput more friendly for copy and paste (thanks to Matt
Zimmerman)

Michael Vogt преди 19 години
родител
ревизия
927677f0ae
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      cmdline/apt-get.cc

+ 2 - 1
cmdline/apt-get.cc

@@ -2128,7 +2128,8 @@ bool DoSource(CommandLine &CmdL)
 			   "'%s'\n"),
 			   "'%s'\n"),
 		  Src.c_str(), vcs.c_str(), uri.c_str());
 		  Src.c_str(), vcs.c_str(), uri.c_str());
 	 if(vcs == "Bzr") 
 	 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"),
 			     "to modify the package.\n"),
 		     uri.c_str());
 		     uri.c_str());
 	 ioprintf(c1out, "Are you sure you want to continue [yN]? ");
 	 ioprintf(c1out, "Are you sure you want to continue [yN]? ");