Skip to content

Commit

Permalink
Fix menu
Browse files Browse the repository at this point in the history
  • Loading branch information
taganaka committed Dec 28, 2016
1 parent da6f474 commit fc92460
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@
*.out
*.app
cmake_build/
.idea/
.idea/
cmake-build-debug/
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.7)
project(SpeedTest)

set (SpeedTest_VERSION_MAJOR 1)
set (SpeedTest_VERSION_MINOR 9)
set (SpeedTest_VERSION_MINOR 10)
set (SpeedTest_SYSTEM_PROCESSOR ${CMAKE_SYSTEM_PROCESSOR})
set (SpeedTest_SYSTEM ${CMAKE_SYSTEM})

Expand Down
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void usage(const char* name){
std::cerr << " --upload Perform upload test only. It includes latency test\n";
std::cerr << " --share Generate and provide a URL to the speedtest.net share results image\n";
std::cerr << " --test-server host:port Run speed test against a specific server\n";
std::cerr << " --quality-server host:port Run line quality test against a specific server\n";
std::cerr << " --ping-server host:port Run line quality test against a specific server\n";
std::cerr << " --output verbose|text Set output type. Default: verbose\n";
}

Expand Down

0 comments on commit fc92460

Please sign in to comment.