Skip to content

Commit

Permalink
Add missing ^ to explain usage
Browse files Browse the repository at this point in the history
  • Loading branch information
damieng committed Nov 7, 2017
1 parent 7b5d8f2 commit f091054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/SetLEDs/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ void parseOptions(int argc, const char * argv[])

void explainUsage()
{
printf("Usage:\tsetleds [-v] [-name wildcard] [[+|-][ num | caps | scroll]]\n"
printf("Usage:\tsetleds [-v] [-name wildcard] [[+|-|^][ num | caps | scroll]]\n"
"Thus,\tsetleds +caps -num ^scroll\n"
"will set CapsLock, clear NumLock and toggle ScrollLock.\n"
"Any leds changed are reported for each keyboard.\n"
Expand Down

0 comments on commit f091054

Please sign in to comment.