summaryrefslogtreecommitdiff
path: root/cmdline/apt-get.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-06-28 18:38:55 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-06-28 18:38:55 +0200
commit8756297c0f5987d2320955c21e5c64395ce311cc (patch)
treedba0024ed1bbfc5e084f659e185e6d95f80edb41 /cmdline/apt-get.cc
parent927677f0ae5f92bb6935c91b08ee6ffe220d4bfa (diff)
* cmdline/apt-get.cc:
- remove '' around xs-vcs-$repo to make pasting easier
Diffstat (limited to 'cmdline/apt-get.cc')
-rw-r--r--cmdline/apt-get.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc
index 930d88d99..fa7ae32eb 100644
--- a/cmdline/apt-get.cc
+++ b/cmdline/apt-get.cc
@@ -2125,7 +2125,7 @@ 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:\n"