Skip to content

Commit afd6956

Browse files
committed
improve usage messages
1 parent 3015e06 commit afd6956

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clusterless-main/src/main/java/clusterless/cls/command/report/ArcsCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public ArcsCommand() {
3232
"- running: workload is in process",
3333
"- complete: workload finished successfully",
3434
"- partial: workload finished but some data is missing",
35-
"- missing: no data, possibly due to error, or missing upstream data",
35+
"- missing: workload finished but no data, possibly due to missing upstream data",
3636
"",
3737
"The --list option will output all arc instances instead of summarizing."
3838
}

clusterless-main/src/main/java/clusterless/cls/command/report/DatasetsCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public DatasetsCommand() {
3131
"",
3232
"- complete: manifest is complete",
3333
"- partial: manifest exists, but some data is missing",
34-
"- empty: manifest has no data, possibly due to error, or missing upstream data",
34+
"- empty: manifest exists, but has no data, possibly due to missing upstream data",
3535
"- removed: the manifest and its data has been removed",
3636
"",
3737
"The --list option will output all manifest instances instead of summarizing."

0 commit comments

Comments
 (0)