diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-21 13:33:22 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-07-21 13:33:22 +0000 |
commit | e1e5174942d4624e3abb8b98fe404afdbb4edad1 (patch) | |
tree | 90df2597a9ee281f4fe0aee8cfacf037e6123397 /include | |
parent | 525936195718b40ddb29f30fa87c15c1533c1d08 (diff) | |
download | busybox-w32-e1e5174942d4624e3abb8b98fe404afdbb4edad1.tar.gz busybox-w32-e1e5174942d4624e3abb8b98fe404afdbb4edad1.tar.bz2 busybox-w32-e1e5174942d4624e3abb8b98fe404afdbb4edad1.zip |
- s/super.block/superblock/g; # for consistency; -1b
Diffstat (limited to 'include')
-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 c3ad216d3..7a3442dc2 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1219,7 +1219,7 @@ | |||
1219 | "\n -r Perform interactive repairs" \ | 1219 | "\n -r Perform interactive repairs" \ |
1220 | "\n -a Perform automatic repairs" \ | 1220 | "\n -a Perform automatic repairs" \ |
1221 | "\n -v Verbose" \ | 1221 | "\n -v Verbose" \ |
1222 | "\n -s Output super-block information" \ | 1222 | "\n -s Output superblock information" \ |
1223 | "\n -m Show \"mode not cleared\" warnings" \ | 1223 | "\n -m Show \"mode not cleared\" warnings" \ |
1224 | "\n -f Force file system check" \ | 1224 | "\n -f Force file system check" \ |
1225 | 1225 | ||