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"
" Send arbitrary data in hex (only if enabled).\n"
" ZZ destination address\n"
" PB SB primary/secondary command byte\n"
" NN number of following data bytes\n"
" Dx data byte(s) to send";
" ZZ destination address\n"
" PB SB primary/secondary command byte\n"
" NN number of following data bytes\n"
" Dx data byte(s) to send";
}
string MainLoop::executeFind(vector<string> &args)