-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,8 @@ | |
// and may be modified or used without attribution. | ||
// | ||
// Written by Frederik Seiffert <[email protected]> | ||
// Last change: 2009-10-30 | ||
|
||
#define VERSION "1.0.0" | ||
|
||
#import <Foundation/Foundation.h> | ||
|
||
|
@@ -50,9 +51,10 @@ int BTSetDiscoverableState(int state) { | |
|
||
void printHelp() { | ||
fprintf(stderr, | ||
"blueutil v%s\n\n" \ | ||
"blueutil - show state\n" \ | ||
"blueutil power|discoverable - show state 1 or 0\n" \ | ||
"blueutil power|discoverable 1|0 - set state\n"); | ||
"blueutil power|discoverable 1|0 - set state\n", VERSION); | ||
} | ||
|
||
int main(int argc, const char * argv[]) { | ||
|