Skip to content

Commit

Permalink
Fix mistake in --help message
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanti Bouchez committed Aug 6, 2012
1 parent e063f7c commit df4f225
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/xreq-cli.adb
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ package body XReq.CLI is
Put_Line (" Show version");
Put_Line ("");
Put_Line (" -s, --step STEPDIR");
Put_Line (" Specify a step directory. By default, the step/ directory relative");
Put_Line (" to each feature file specified is searched.");
Put_Line (" Specify a step directory. By default, the step_definitions/");
Put_Line (" directory relative to each feature file specified is searched.");
Put_Line ("");
Put_Line (" -k, --keep-going");
Put_Line (" Keep going if there are errors for a feature and compile the next");
Expand Down

0 comments on commit df4f225

Please sign in to comment.