From 97bd0e05ccef27563b4403c24952f0abec8eb6cf Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 8 Feb 2008 15:41:01 +0000 Subject: README: doccument the need of CONFIG_DESKTOP od: fix help text to include -t od: handle /proc files (which have filesize 0) correctly od: fix comments to not lie about return value od: "%u" is 1 byte less than "%zu" cat: fix English --- include/usage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/usage.h') diff --git a/include/usage.h b/include/usage.h index 9ae7d98c0..dfa751597 100644 --- a/include/usage.h +++ b/include/usage.h @@ -2654,10 +2654,10 @@ USE_FEATURE_BRCTL_FANCY("\n" \ "Address: 127.0.0.1\n" #define od_trivial_usage \ - "[-aBbcDdeFfHhIiLlOovXx] [FILE]" + "[-aBbcDdeFfHhIiLlOovXx] " USE_DESKTOP("[-t TYPE] ") "[FILE]" #define od_full_usage \ "Write an unambiguous representation, octal bytes by default, of FILE\n" \ - "to standard output. With no FILE, or when FILE is -, read standard input." + "to standard output. With no FILE or when FILE is -, read standard input." #define openvt_trivial_usage \ "VTNUM COMMAND [ARGS...]" -- cgit v1.2.3