forked from mirrors/linphone-iphone
Modify command description
This commit is contained in:
parent
386d4008ae
commit
b8bca601d9
2 changed files with 3 additions and 3 deletions
|
|
@ -10,7 +10,7 @@
|
|||
static int running=1;
|
||||
|
||||
int main(int argc, char *argv[]){
|
||||
int fd=ortp_client_pipe_connect("ha-linphone");
|
||||
int fd=ortp_client_pipe_connect("linphone-daemon");
|
||||
struct pollfd pfds[2]={{0}};
|
||||
char buf[4096];
|
||||
|
||||
|
|
|
|||
|
|
@ -201,7 +201,7 @@ class HelpCommand : public DaemonCommand{
|
|||
|
||||
class RegisterCommand : public DaemonCommand{
|
||||
public:
|
||||
RegisterCommand() : DaemonCommand("register", "register <identity> <proxy-address> <password>","Register the daemon to a default SIP proxy"){
|
||||
RegisterCommand() : DaemonCommand("register", "register <identity> <proxy-address> <password>","Register the daemon to a SIP proxy."){
|
||||
}
|
||||
virtual void exec(Daemon *app, const char *args){
|
||||
LinphoneCore *lc=app->getCore();
|
||||
|
|
@ -233,7 +233,7 @@ class RegisterCommand : public DaemonCommand{
|
|||
|
||||
class UnregisterCommand : public DaemonCommand{
|
||||
public:
|
||||
UnregisterCommand() : DaemonCommand("unregister", "unregister <register_id>","Unregister from default proxy"){
|
||||
UnregisterCommand() : DaemonCommand("unregister", "unregister <register_id>","Unregister the daemon from proxy."){
|
||||
}
|
||||
virtual void exec(Daemon *app, const char *args){
|
||||
LinphoneCore *lc=app->getCore();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue