Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Mar 20, 2016
1 parent 3d9d03e commit c224ea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ So running `mk readme --env devel` would result in the readme task being able to
Flags are available in `this.args.flags` such that `mk readme -v` yields `true` for `this.args.flags.v`.
Note that some command link arguments are handled by the `mk` program see the help output with `mk -h`.
Note that some command line arguments are handled by the `mk` program see the help output with `mk -h`.
For detailed information on the `args` object see the [argparse library][argparse].
Expand Down
2 changes: 1 addition & 1 deletion doc/readme/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,6 @@ So running `mk readme --env devel` would result in the readme task being able to
Flags are available in `this.args.flags` such that `mk readme -v` yields `true` for `this.args.flags.v`.
Note that some command link arguments are handled by the `mk` program see the help output with `mk -h`.
Note that some command line arguments are handled by the `mk` program see the help output with `mk -h`.
For detailed information on the `args` object see the [argparse library][argparse].

0 comments on commit c224ea0

Please sign in to comment.