From 589395d69664377f7cce99f6b73e33e3ec417b52 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Fri, 26 May 2006 04:16:07 +0000 Subject: Support --auto-update-homehost This can be used to bootstrape homehost tagging. If no arrays are found that are tagged, we look for any array and tag it. Signed-off-by: Neil Brown --- ReadMe.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ReadMe.c') diff --git a/ReadMe.c b/ReadMe.c index ca2bc77..b6284ab 100644 --- a/ReadMe.c +++ b/ReadMe.c @@ -138,6 +138,7 @@ struct option long_options[] = { {"write-mostly",0, 0, 'W'}, {"re-add", 0, 0, ReAdd}, {"homehost", 1, 0, HomeHost}, + {"auto-update-homehost", 0, 0, AutoHomeHost}, /* For assemble */ {"uuid", 1, 0, 'u'}, -- cgit