Changeset 28769117 in mainline


Ignore:
Timestamp:
2024-12-16T20:13:31Z (5 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
f725787
Parents:
37ffa4d
git-author:
Miroslav Cimerman <mc@…> (2024-12-16 20:11:47)
git-committer:
Miroslav Cimerman <mc@…> (2024-12-16 20:13:31)
Message:

hrctl: usage string modification

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/hrctl/hrctl.c

    r37ffa4d r28769117  
    5858    "  -A, --assemble-file=PATH  create an array from file\n"
    5959    "  -s, --status              display status of active arrays\n"
     60    "  -H, --hotspare=DEV        add hotspare extent\n"
    6061    "  -D, --destroy             destroy/disassemble an active array\n"
    61     "  -F, --fail-extent         fail an extent, use with -T and set it before\n"
     62    "  -F, --fail-extent         fail an extent, use with -D and set it before\n"
    6263    "  -c, --create=NAME         create new array\n"
    6364    "  -a, --assemble=NAME       assemble an existing array\n"
     
    6970    "  -4                        parity on one extent\n"
    7071    "  -5                        distributed parity\n"
    71     "  -H, --hotspare=DEV        add hotspare extent\n"
    7272    "\n"
    7373    "When specifying name for creation or assembly, the device name\n"
     
    8383    "  hrctl devices/hr0 --hotspare=devices/disk10\n"
    8484    "    - adds \"devices/disk10\" as hotspare extent\n"
     85    "  hrctl -F 0 -D devices/hr0\n"
     86    "    - marks first extent as FAILED\n"
    8587    "Limitations:\n"
    8688    "  - device name must be less than 32 characters in size\n";
Note: See TracChangeset for help on using the changeset viewer.