Changeset 25830c2 in mainline for uspace/app/hrctl


Ignore:
Timestamp:
2025-07-15T16:13:43Z (9 days ago)
Author:
Miroslav Cimerman <mc@…>
Children:
73a2780
Parents:
c1c1c41
Message:

hrctl: do not use devices/ prefix in usage

File:
1 edited

Legend:

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

    rc1c1c41 r25830c2  
    101101    "\t\thrctl --assemble disk1 disk2 disk3\n"
    102102    "\t\thrctl -a\n"
    103     "\t\thrctl -d devices/hr0\n"
     103    "\t\thrctl -d hr0\n"
    104104    "\t\thrctl -d\n"
    105     "\t\thrctl --modify devices/hr0 --fail 0\n"
    106     "\t\thrctl --modify devices/hr0 --hotspare disk4\n"
     105    "\t\thrctl --modify hr0 --fail 0\n"
     106    "\t\thrctl --modify hr0 --hotspare disk4\n"
    107107    "\t\thrctl -s\n"
    108108    "\n"
Note: See TracChangeset for help on using the changeset viewer.