help format

This commit is contained in:
john30
2016-04-24 12:47:34 +02:00
parent 3b6f385037
commit 7af79dd461
+4 -4
View File
@@ -710,10 +710,10 @@ string MainLoop::executeHex(vector<string> &args)
return "usage: hex ZZPBSBNNDx\n" return "usage: hex ZZPBSBNNDx\n"
" Send arbitrary data in hex (only if enabled).\n" " Send arbitrary data in hex (only if enabled).\n"
" ZZ destination address\n" " ZZ destination address\n"
" PB SB primary/secondary command byte\n" " PB SB primary/secondary command byte\n"
" NN number of following data bytes\n" " NN number of following data bytes\n"
" Dx data byte(s) to send"; " Dx data byte(s) to send";
} }
string MainLoop::executeFind(vector<string> &args) string MainLoop::executeFind(vector<string> &args)