wok view busybox/stuff/busybox-1.7.3-usage-df.u @ rev 306

Busybox: df -i usage, do not patch patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 01 00:32:11 2008 +0000 (2008-03-01)
parents
children
line source
1 --- busybox-1.7.3/include/usage.h Fri Feb 29 18:06:12 2008
2 +++ busybox-1.7.3/include/usage.h Fri Feb 29 18:05:38 2008
3 @@ -611,7 +611,8 @@
4 "\n\nOptions control size display:" \
5 "\n -h Human readable (e.g. 1K 243M 2G)" \
6 "\n -m 1024*1024 blocks" \
7 - "\n -k 1024 blocks") \
8 + "\n -k 1024 blocks" \
9 + "\n -i Inodes") \
10 SKIP_FEATURE_HUMAN_READABLE( \
11 "\n\nOptions:" \
12 "\n -k Ignored")