diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-12-28 05:06:56 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-12-28 05:06:56 +0000 |
commit | 7f48a959f53f72fdffb354bebaee1925618f53e6 (patch) | |
tree | cc0b2ba2fba00c74bc5ee422fc5d416aaeb5dd04 | |
parent | 7b253f8c72f82200f7d741dde584950cb77b75c7 (diff) | |
download | busybox-w32-7f48a959f53f72fdffb354bebaee1925618f53e6.tar.gz busybox-w32-7f48a959f53f72fdffb354bebaee1925618f53e6.tar.bz2 busybox-w32-7f48a959f53f72fdffb354bebaee1925618f53e6.zip |
Update example slightly
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index d422486f8..b1bc010c7 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -2610,7 +2610,7 @@ | |||
2610 | "\t-v\tprint the operating system version" | 2610 | "\t-v\tprint the operating system version" |
2611 | #define uname_example_usage \ | 2611 | #define uname_example_usage \ |
2612 | "$ uname -a\n" \ | 2612 | "$ uname -a\n" \ |
2613 | "Linux debian 2.2.15pre13 #5 Tue Mar 14 16:03:50 MST 2000 i686 unknown\n" | 2613 | "Linux debian 2.4.23 #2 Tue Dec 23 17:09:10 MST 2003 i686 GNU/Linux\n" |
2614 | 2614 | ||
2615 | #define uncompress_trivial_usage \ | 2615 | #define uncompress_trivial_usage \ |
2616 | "[-c] [-f] [ name ... ]" | 2616 | "[-c] [-f] [ name ... ]" |