Skip to content

Commit

Permalink
modify usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
o-mura authored and szyn committed Nov 25, 2021
1 parent 8adf271 commit c55e9cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public SystemExitException usage(String error)
err.println("Usage: " + programName + " workflows [project-name] [name]");
err.println(" Options:");
err.println(" --count number number of workflows");
err.println(" --lastid id last id of workflow");
err.println(" --last-id id last id of workflow");
showCommonOptions();
return systemExit(error);
}
Expand Down

0 comments on commit c55e9cc

Please sign in to comment.