From f3e3a2d40e736e368678adf1c4d2793535dc9acc Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sun, 10 Jun 2012 12:27:24 +0200 Subject: show 'bzr branch' as 'bzr get' is deprecated (LP: #1011032) --- cmdline/apt-get.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmdline') diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 0636489cb..ef16a7870 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -2499,7 +2499,7 @@ bool DoSource(CommandLine &CmdL) Src.c_str(), vcs.c_str(), uri.c_str()); if(vcs == "Bzr") ioprintf(c1out,_("Please use:\n" - "bzr get %s\n" + "bzr branch %s\n" "to retrieve the latest (possibly unreleased) " "updates to the package.\n"), uri.c_str()); -- cgit v1.2.3