Make some improvements to online help.

Signed-off-by: Neil Brown <neilb@suse.de>
This commit is contained in:
Neil Brown 2006-01-27 05:53:10 +00:00
parent 29e766a5f4
commit e968ba605a
1 changed files with 7 additions and 0 deletions

View File

@ -183,12 +183,19 @@ char Usage[] =
char Help[] =
"Usage: mdadm --create device options...\n"
" Create a new array.\n"
" mdadm --assemble device options...\n"
" Assemble a previously created array.\n"
" mdadm --build device options...\n"
" Make an array without metadata.\n"
" mdadm --manage device options...\n"
" make changes to an existing array.\n"
" mdadm --misc options... devices\n"
" report on or modify various md related devices.\n"
" mdadm --monitor options...\n"
" Monitor one or more array for significant changes.\n"
" mdadm device options...\n"
" Shorthand for --manage.\n"
" mdadm is used for building, managing, and monitoring\n"
" Linux md devices (aka RAID arrays)\n"
" For detailed help on the above major modes use --help after the mode\n"