diff options
-rw-r--r-- | examples/sccp_demo_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sccp_demo_user.c b/examples/sccp_demo_user.c index 9a9d6eb..28dd166 100644 --- a/examples/sccp_demo_user.c +++ b/examples/sccp_demo_user.c @@ -169,7 +169,7 @@ int main(int argc, char **argv) int remote_pc = DEFAULT_PC_CLIENT; bool lflag = false, rflag = false, Lflag = false, Rflag = false; - while ((ch = getopt(argc, argv, "cl:r:p:L:R:")) != -1) { + while ((ch = getopt(argc, argv, "cl:r:L:R:")) != -1) { switch (ch) { case 'c': client = true; |