summaryrefslogtreecommitdiffstats
path: root/src/userintf.cpp
diff options
context:
space:
mode:
authorLuboš Doležel <lubos@dolezel.info>2017-11-26 12:02:29 +0100
committerGitHub <noreply@github.com>2017-11-26 12:02:29 +0100
commitab0b77821543b5b35d65792fbf44cd7acb4f8475 (patch)
tree58c65370768cc2cf0fd058b55f8dbba31799e19f /src/userintf.cpp
parentff62a107f10fa586e25a46aef4fe06dea18b6c10 (diff)
parent1b25dde15ce5c3ff21c8bf56adb0028786036632 (diff)
downloadtwinkle-ab0b77821543b5b35d65792fbf44cd7acb4f8475.tar
twinkle-ab0b77821543b5b35d65792fbf44cd7acb4f8475.tar.gz
twinkle-ab0b77821543b5b35d65792fbf44cd7acb4f8475.tar.lz
twinkle-ab0b77821543b5b35d65792fbf44cd7acb4f8475.tar.xz
twinkle-ab0b77821543b5b35d65792fbf44cd7acb4f8475.zip
Merge pull request #102 from traud/UDUB
User-Determined User Busy (UDUB)
Diffstat (limited to 'src/userintf.cpp')
-rw-r--r--src/userintf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userintf.cpp b/src/userintf.cpp
index 1fec547..f75a140 100644
--- a/src/userintf.cpp
+++ b/src/userintf.cpp
@@ -1565,7 +1565,7 @@ void t_userintf::do_help(const list<t_command_arg> &al) {
cout << "Usage:\n";
cout << "\treject\n";
cout << "Description:\n";
- cout << "\tReject an incoming call. A 603 Decline response\n";
+ cout << "\tReject an incoming call. A 486 Busy Here response\n";
cout << "\twill be sent.\n";
cout << endl;