summaryrefslogtreecommitdiff
path: root/cmdline/apt.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cmdline/apt.cc')
-rw-r--r--cmdline/apt.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/cmdline/apt.cc b/cmdline/apt.cc
index 4dc826632..2d3966e86 100644
--- a/cmdline/apt.cc
+++ b/cmdline/apt.cc
@@ -117,10 +117,9 @@ int main(int argc, const char *argv[]) /*{{{*/
if(!isatty(1))
{
std::cerr << std::endl
- << "WARNING WARNING "
- << argv[0]
- << " is *NOT* intended for scripts "
- << "use at your own peril^Wrisk"
+ << "WARNING: " << argv[0] << " "
+ << "does not have a stable CLI interface yet. "
+ << "Use with caution in scripts."
<< std::endl
<< std::endl;
}