diff options
Diffstat (limited to 'src/userintf.cpp')
-rw-r--r-- | src/userintf.cpp | 2 |
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; |