Skip to content

Commit

Permalink
Modified the cli description
Browse files Browse the repository at this point in the history
  • Loading branch information
sarvekshayr committed Dec 9, 2024
1 parent b40bf67 commit 75ae9aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*/
@CommandLine.Command(
name = "fso-tree",
description = "Identify and repair a disconnected FSO tree, and mark unreachable entries for deletion. " +
description = "Identify and repair a disconnected FSO tree by marking unreferenced entries for deletion. " +
"OM should be stopped while this tool is run."
)
public class FSORepairCLI implements Callable<Void> {
Expand All @@ -39,7 +39,7 @@ public class FSORepairCLI implements Callable<Void> {

@CommandLine.Option(names = {"-r", "--repair"},
defaultValue = "false",
description = "Run in repair mode to move unreachable files and directories to deleted tables.")
description = "Run in repair mode to move unreferenced files and directories to deleted tables.")
private boolean repair;

@CommandLine.Option(names = {"-v", "--volume"},
Expand Down

0 comments on commit 75ae9aa

Please sign in to comment.