Show
Ignore:
Timestamp:
07/15/09 17:09:31 (15 years ago)
Author:
trnewman
Message:

Bugs and removing debug stuff.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/trunk/src/shell/shell_demo.cpp

    r214 r324  
    2121{ 
    2222    if(argc < 3) 
    23        ERROR(1, "Usage: %s config_file primary_port policy_port command_port\n", argv[0]); 
     23       ERROR(1, "Usage: ./shell_demo config_file primary_port policy_port command_port\n", argv[0]); 
    2424     
    2525    CognitiveRadioShell cognitiveRadioShell(argv[1], atoi(argv[2]), atoi(argv[3]), atoi(argv[4]));