aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/od.c
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2019-03-02 11:21:25 -0800
committerRob Landley <rob@landley.net>2019-03-02 14:12:24 -0600
commitd588ba74439604cf29100aec7cd1da640a5d6fe5 (patch)
tree458245b19a5af436925a238da9d779a038dcf968 /toys/posix/od.c
parentb8001d13a68b1b05bff7008fd657af0563890d3f (diff)
downloadtoybox-d588ba74439604cf29100aec7cd1da640a5d6fe5.tar.gz
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.
Diffstat (limited to 'toys/posix/od.c')
-rw-r--r--toys/posix/od.c2
1 files changed, 2 insertions, 0 deletions
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