Skip to content

Commit

Permalink
build: Fix build of saidump (sonic-net#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiluo-msft authored and Shuotian Cheng committed Nov 10, 2016
1 parent 4577bdf commit ae2ecc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian/syncd.install
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
usr/bin/asicdump
usr/bin/saidump
usr/bin/syncd*
etc/*
2 changes: 1 addition & 1 deletion saidump/saidump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ void printUsage()
{
SWSS_LOG_ENTER();

std::cout << "Usage: asicdump [-C] [-s] [-h]" << std::endl;
std::cout << "Usage: saidump [-C] [-s] [-h]" << std::endl;
std::cout << " -C --disableColors" << std::endl;
std::cout << " Disable colors" << std::endl;
std::cout << " -s --shortNames:" << std::endl;
Expand Down

0 comments on commit ae2ecc6

Please sign in to comment.