mirror of
https://github.com/lm-sensors/lm-sensors
synced 2025-08-31 14:25:39 +00:00
Fix typo on "consecutive".
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2176 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
@@ -48,7 +48,7 @@ void help(void)
|
|||||||
{
|
{
|
||||||
fprintf(stderr,"Syntax: i2cdump I2CBUS ADDRESS [MODE] [BANK [BANKREG]]\n");
|
fprintf(stderr,"Syntax: i2cdump I2CBUS ADDRESS [MODE] [BANK [BANKREG]]\n");
|
||||||
fprintf(stderr," MODE is 'b[yte]', 'w[ord]', 's[mbusblock], 'i[2cblock]',\n");
|
fprintf(stderr," MODE is 'b[yte]', 'w[ord]', 's[mbusblock], 'i[2cblock]',\n");
|
||||||
fprintf(stderr," or 'c[onsectutive byte address mode]' (default b)\n");
|
fprintf(stderr," or 'c[onsecutive byte address mode]' (default b)\n");
|
||||||
fprintf(stderr," Append MODE with 'p' for PEC checking\n");
|
fprintf(stderr," Append MODE with 'p' for PEC checking\n");
|
||||||
fprintf(stderr," I2CBUS is an integer\n");
|
fprintf(stderr," I2CBUS is an integer\n");
|
||||||
fprintf(stderr," ADDRESS is an integer 0x00 - 0x7f\n");
|
fprintf(stderr," ADDRESS is an integer 0x00 - 0x7f\n");
|
||||||
|
Reference in New Issue
Block a user