Changeset 8b0fbb7 in mainline


Ignore:
Timestamp:
2025-06-22T16:32:15Z (7 months ago)
Author:
Miroslav Cimerman <mc@…>
Children:
13f4c85
Parents:
c2d737d
Message:

hrctl: update usage message

File:
1 edited

Legend:

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

    rc2d737d r8b0fbb7  
    108108    "\n"
    109109    "Notes:\n"
    110     "  Volume service names are automatically prepended with \"devices/\" prefix.\n"
    111110    "  Simulating an extent failure with -m volume -f index is dangerous. It marks\n"
    112     "  metadata as dirty in other healthy extents, and therefore invalidates\n"
    113     "  the specified extent.\n"
    114     "  Nested levels have to be created manually, or from config file, but need to\n"
     111    "  metadata as dirty in other healthy extents, and zeroes out the superblock\n"
     112    "  on the specified extent.\n"
     113    "  Nested levels have to be created manually, or from a config file, and need to\n"
    115114    "  be specified as separate volumes.\n"
    116115    "\n"
    117116    "Limitations:\n"
    118117    "\t- volume name must be shorter than 32 characters\n"
    119     "\t- automatic assembly and disassembly on nested volumes is UNDEFINED!\n";
     118    "\t- no explicit nested levels volume support\n"
     119    "\t- automatic assembly and disassembly on nested volumes is undefine!\n";
    120120
    121121int main(int argc, char **argv)
Note: See TracChangeset for help on using the changeset viewer.