Skip to content

Commit

Permalink
[orchagent]: Update usage statement to reflect new recording file nam…
Browse files Browse the repository at this point in the history
  • Loading branch information
jleveque authored and Shuotian Cheng committed Aug 21, 2017
1 parent f9b55d3 commit 8c922a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orchagent/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ void usage()
cout << " -h: display this message" << endl;
cout << " -r record_type: record orchagent logs with type (default 3)" << endl;
cout << " 0: do not record logs" << endl;
cout << " 1: record SAI call sequence as sairedis*.rec" << endl;
cout << " 2: record SwSS task sequence as swss*.rec" << endl;
cout << " 1: record SAI call sequence as sairedis.rec" << endl;
cout << " 2: record SwSS task sequence as swss.rec" << endl;
cout << " 3: enable both above two records" << endl;
cout << " -d record_location: set record logs folder location (default .)" << endl;
cout << " -b batch_size: set consumer table pop operation batch size (default 128)" << endl;
Expand Down

0 comments on commit 8c922a5

Please sign in to comment.