Home
last modified time | relevance | path

Searched refs:helpOpts (Results 1 – 1 of 1) sorted by relevance

/external/parameter-framework/upstream/test/test-platform/
Dmain.cpp74 auto helpOpts = {"-h", "--help"}; in main() local
75 auto match = std::find_first_of(begin(options), end(options), begin(helpOpts), end(helpOpts)); in main()