Skip to content

Commit

Permalink
Formatted showHelp method
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikReider committed Aug 29, 2021
1 parent 45fb9f8 commit 9e63d20
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,15 @@ void showHelp(char **argv) {
cout << "\t" << argv[0] << " <OPTION>" << endl;
cout << "Options:" << endl;
cout << "\t-h, --help \t\t Show help options" << endl;
cout << "\t--dry-print-both \t Don't inhibit idle and print if either any sink or any source is running" << endl;
cout << "\t--dry-print-sink \t Don't inhibit idle and print if any sink is running" << endl;
cout << "\t--dry-print-source \t Don't inhibit idle and print if any source is running" << endl;
cout << "\t--dry-print-both \t Don't inhibit idle and print if either any "
"sink or any source is running"
<< endl;
cout << "\t--dry-print-sink \t Don't inhibit idle and print if any sink is "
"running"
<< endl;
cout << "\t--dry-print-source \t Don't inhibit idle and print if any source "
"is running"
<< endl;
}

pa_threaded_mainloop *getMainLoop() {
Expand Down

0 comments on commit 9e63d20

Please sign in to comment.