diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-12-28 05:06:56 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-12-28 05:06:56 +0000 |
commit | 7c315a2526c779275cdc6bea410587476f166ff6 (patch) | |
tree | cc0b2ba2fba00c74bc5ee422fc5d416aaeb5dd04 /include/usage.h | |
parent | 229633ca93ed18bcc09a6f210e96db22853e2cad (diff) | |
download | busybox-w32-7c315a2526c779275cdc6bea410587476f166ff6.tar.gz busybox-w32-7c315a2526c779275cdc6bea410587476f166ff6.tar.bz2 busybox-w32-7c315a2526c779275cdc6bea410587476f166ff6.zip |
Update example slightly
git-svn-id: svn://busybox.net/trunk/busybox@8191 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-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 ... ]" |