Changeset 526


Ignore:
Timestamp:
Jun 19, 2006 12:40:03 PM (18 years ago)
Author:
bennylp
Message:

Display the invalid argument in pjsua

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/pjsua/pjsua_app.c

    r521 r526  
    605605 
    606606        default: 
    607             PJ_LOG(1,(THIS_FILE, "Invalid argument %s", argv[pj_optind-1])); 
     607            PJ_LOG(1,(THIS_FILE,  
     608                      "Argument \"--%s\" is not valid. Use --help to see help", 
     609                      long_options[option_index].name)); 
    608610            return -1; 
    609611        } 
Note: See TracChangeset for help on using the changeset viewer.