Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Feb 26, 2012
1 parent 4093188 commit 95ab5de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions blueutil.m
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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[]) {
Expand Down

0 comments on commit 95ab5de

Please sign in to comment.