diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-08 15:41:01 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-08 15:41:01 +0000 |
commit | 97bd0e05ccef27563b4403c24952f0abec8eb6cf (patch) | |
tree | ae7970506abbd5f5fec7eafa77eba9d46e4204cb /include | |
parent | 7dbf1b4d9eb0eca9c98cfdd0d37d6ce3b8f09e0c (diff) | |
download | busybox-w32-97bd0e05ccef27563b4403c24952f0abec8eb6cf.tar.gz busybox-w32-97bd0e05ccef27563b4403c24952f0abec8eb6cf.tar.bz2 busybox-w32-97bd0e05ccef27563b4403c24952f0abec8eb6cf.zip |
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
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 4 |
1 files changed, 2 insertions, 2 deletions
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" \ | |||
2654 | "Address: 127.0.0.1\n" | 2654 | "Address: 127.0.0.1\n" |
2655 | 2655 | ||
2656 | #define od_trivial_usage \ | 2656 | #define od_trivial_usage \ |
2657 | "[-aBbcDdeFfHhIiLlOovXx] [FILE]" | 2657 | "[-aBbcDdeFfHhIiLlOovXx] " USE_DESKTOP("[-t TYPE] ") "[FILE]" |
2658 | #define od_full_usage \ | 2658 | #define od_full_usage \ |
2659 | "Write an unambiguous representation, octal bytes by default, of FILE\n" \ | 2659 | "Write an unambiguous representation, octal bytes by default, of FILE\n" \ |
2660 | "to standard output. With no FILE, or when FILE is -, read standard input." | 2660 | "to standard output. With no FILE or when FILE is -, read standard input." |
2661 | 2661 | ||
2662 | #define openvt_trivial_usage \ | 2662 | #define openvt_trivial_usage \ |
2663 | "VTNUM COMMAND [ARGS...]" | 2663 | "VTNUM COMMAND [ARGS...]" |