summaryrefslogtreecommitdiff
path: root/modules/account
diff options
context:
space:
mode:
authorAlfred E. Heggestad <alfred.heggestad@gmail.com>2016-12-09 16:04:39 +0100
committerAlfred E. Heggestad <alfred.heggestad@gmail.com>2016-12-09 16:04:39 +0100
commit1491adac706487e36c2447dd967df42de6fe55c1 (patch)
treef64ae64d7cf29df7e4206a12b11c510b1cc33617 /modules/account
parent6374a883e71710347bc9d0f3de02eb8c031e26a3 (diff)
minor tuning of commands
Diffstat (limited to 'modules/account')
-rw-r--r--modules/account/account.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/account/account.c b/modules/account/account.c
index c70a216..2b5b7f4 100644
--- a/modules/account/account.c
+++ b/modules/account/account.c
@@ -154,7 +154,7 @@ static int account_read_file(void)
if (list_isempty(uag_list())) {
info("account: No SIP accounts found\n"
" -- check your config "
- "or add an account using 'R' command\n");
+ "or add an account using 'uanew' command\n");
}
return 0;