leftover of e2fsck surgery

This commit is contained in:
Denis Vlasenko
2006-12-26 02:51:29 +00:00
parent c4f623ef2a
commit 0de9375ee6
7 changed files with 61 additions and 101 deletions

View File

@ -932,7 +932,7 @@
"$ freeramdisk /dev/ram2\n"
#define fsck_trivial_usage \
"[-ANPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]"
"[-ANPRTV] [ -C fd ] [-t fstype] [fs-options] [filesys ...]"
#define fsck_full_usage \
"Check and repair filesystems" \
"\n\nOptions:\n" \
@ -941,9 +941,9 @@
" -P When using -A, check filesystems in parallel\n" \
" -R When using -A, skip the root filesystem\n" \
" -T Don't show title on startup\n" \
" -V Verbose mode\n" \
" -C Write status information to specified filedescriptor\n" \
" -t List of filesystem types to check"
" -V Verbose\n" \
" -C n Write status information to specified filedescriptor\n" \
" -t type List of filesystem types to check"
#define fsck_minix_trivial_usage \
"[-larvsmf] /dev/name"