Index: uspace/app/hrctl/hrctl.c
===================================================================
--- uspace/app/hrctl/hrctl.c	(revision 37ffa4dd5c6c689e42e208fc5e38a672082835ae)
+++ uspace/app/hrctl/hrctl.c	(revision 2876911712f264ffbcd42355d6eb9523cc3eed7b)
@@ -58,6 +58,7 @@
     "  -A, --assemble-file=PATH  create an array from file\n"
     "  -s, --status              display status of active arrays\n"
+    "  -H, --hotspare=DEV        add hotspare extent\n"
     "  -D, --destroy             destroy/disassemble an active array\n"
-    "  -F, --fail-extent         fail an extent, use with -T and set it before\n"
+    "  -F, --fail-extent         fail an extent, use with -D and set it before\n"
     "  -c, --create=NAME         create new array\n"
     "  -a, --assemble=NAME       assemble an existing array\n"
@@ -69,5 +70,4 @@
     "  -4                        parity on one extent\n"
     "  -5                        distributed parity\n"
-    "  -H, --hotspare=DEV        add hotspare extent\n"
     "\n"
     "When specifying name for creation or assembly, the device name\n"
@@ -83,4 +83,6 @@
     "  hrctl devices/hr0 --hotspare=devices/disk10\n"
     "    - adds \"devices/disk10\" as hotspare extent\n"
+    "  hrctl -F 0 -D devices/hr0\n"
+    "    - marks first extent as FAILED\n"
     "Limitations:\n"
     "  - device name must be less than 32 characters in size\n";
