From d588ba74439604cf29100aec7cd1da640a5d6fe5 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Sat, 2 Mar 2019 11:21:25 -0800 Subject: Improve help consistency. More consistent tense, capitalization, and punctuation. A few commands were missing an introductory line, so I copied those from the first comment line. --- toys/posix/od.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toys/posix/od.c') diff --git a/toys/posix/od.c b/toys/posix/od.c index f45c8654..f0edcd76 100644 --- a/toys/posix/od.c +++ b/toys/posix/od.c @@ -13,6 +13,8 @@ config OD help usage: od [-bcdosxv] [-j #] [-N #] [-w #] [-A doxn] [-t acdfoux[#]] + Dump data in octal/hex. + -A Address base (decimal, octal, hexadecimal, none) -j Skip this many bytes of input -N Stop dumping after this many bytes -- cgit v1.2.3