diff --git a/lib/client/gnt_cluster.py b/lib/client/gnt_cluster.py index 266d42dc73371864d190f4c9318d4803117d3975..ad7d95cd49c406a754dba6e9657b9237491af762 100644 --- a/lib/client/gnt_cluster.py +++ b/lib/client/gnt_cluster.py @@ -1315,7 +1315,7 @@ commands = { "", "Does a check on the cluster disk status"), "repair-disk-sizes": ( RepairDiskSizes, ARGS_MANY_INSTANCES, [DRY_RUN_OPT, PRIORITY_OPT], - "", "Updates mismatches in recorded disk sizes"), + "[instance...]", "Updates mismatches in recorded disk sizes"), "master-failover": ( MasterFailover, ARGS_NONE, [NOVOTING_OPT], "", "Makes the current node the master"),