diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-08-20 10:33:21 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-08-20 10:33:21 -0700 |
commit | e97a2d4f5a6eb8cdd30823a75ece8c5e6d340dff (patch) | |
tree | 3322d04517dd43fe52ab7b101357ea1cd6d7672f /test/gaptest.c | |
parent | b5a3d58c403e48765e88aa1b4c9223a39ef9ab1d (diff) |
Add missing newline
Diffstat (limited to 'test/gaptest.c')
-rw-r--r-- | test/gaptest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gaptest.c b/test/gaptest.c index 385b8401f..4f56b704a 100644 --- a/test/gaptest.c +++ b/test/gaptest.c @@ -187,7 +187,7 @@ static void usage(void) "\t-P <powered> Set powered\n" "\t-D <discoverable> Set discoverable\n" "\t-B <pairable> Set pairable\n" - "\t-C <address> Create device" + "\t-C <address> Create device\n" "\t-R <address> Remove device\n"); } |