While this toggle is basically required to clean out entries for deleted volumes, having a separate description + toggling this separately seems like a good idea so people get a chance to check if their volumes are all mounted/connected as expected.
Also renamed forcePurge to just purge.
findMissingChunksInFilerPath:=fsckCommand.String("findMissingChunksInFilerPath","/","used together with findMissingChunksInFiler")
applyPurging:=fsckCommand.Bool("forcePurge",false,"<expert only!> after detection, delete missing data from volumes / delete missing file entries from filer")
applyPurging:=fsckCommand.Bool("purge",false,"<expert only!> after detection, delete missing data from volumes / delete missing file entries from filer")
purgeAbsent:=fsckCommand.Bool("purgeAbsent",false,"<expert only!> delete missing file entries from filer if the corresponding volume is missing for any reason, please ensure all still existing/expected volumes are connected! used together with findMissingChunksInFiler")