diff options
author | tmk <nobody@nowhere> | 2013-05-15 00:23:36 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-05-15 00:23:36 +0900 |
commit | adbd15d5bdbd5f28657d0fa0ecdcf25768b4267d (patch) | |
tree | 7b61a470ac458fb367a13492870053f74b0c2926 /common/command.c | |
parent | 92b0674a7f7923f8efbe3bac1b5b8a410c5756cf (diff) |
Fix command.c and README
Diffstat (limited to 'common/command.c')
-rw-r--r-- | common/command.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/common/command.c b/common/command.c index 216ad06128..b792579475 100644 --- a/common/command.c +++ b/common/command.c @@ -106,7 +106,6 @@ static void command_common_help(void) print("x: toggle matrix debug\n"); print("k: toggle keyboard debug\n"); print("m: toggle mouse debug\n"); - print("p: toggle print enable\n"); print("v: print device version & info\n"); print("t: print timer count\n"); print("s: print status\n"); |