]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - ReadMe.c
added --path <path_id> to give the information on the 'path-id' of removed device
[thirdparty/mdadm.git] / ReadMe.c
index b97c55e76c62ea9be2ac852033dc1ed1cf5f3cc9..07abdb7d11ecd2693165116456c8b4c423a9e5db 100644 (file)
--- a/ReadMe.c
+++ b/ReadMe.c
@@ -191,6 +191,8 @@ struct option long_options[] = {
 
     /* For Incremental */
     {"rebuild-map", 0, 0, 'r'},
+    {"path", 1, 0, IncrementalPath},
+
     {0, 0, 0, 0}
 };