Skip to content

Commit

Permalink
tweak help menu/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TadLeonard committed Jan 23, 2016
1 parent 2089a2e commit ceff57d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Features include:
* `tfatool.config`: abstraction of FlashAir's [config.cgi](https://flashair-developers.com/en/documents/api/configcgi/)
* `tfatool.sync`: functions to facilitate copying/syncing files from FlashAir

See [FlashAir API documentation](https://flashair-developers.com/en/documents/api/)
for more information about the FlashAir API `tfatool` takes advantage of.
Read the [FlashAir documentation](https://flashair-developers.com/en/documents/api/)
for more information about the API `tfatool` takes advantage of.

# Usage
## Using the `flashair-util` script
Expand Down
6 changes: 3 additions & 3 deletions flashair-util
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ actions.add_argument("-S", "--sync-once", default=False,

setup = parser.add_argument_group("Setup")
setup.add_argument("-r", "--remote-dir", default=info.DEFAULT_DIR,
help="FlashAir directory to work with (default: {}".format(
help="FlashAir directory to work with (default: {})".format(
info.DEFAULT_DIR))
setup.add_argument("-d", "--local-dir", default=".",
help="local directory to work with (default: current working dir)")
help="local directory to work with (default: working dir)")
setup.add_argument("-j", "--only-jpg", action="store_true",
help="only work with JPEG files")
help="filter for only JPEG files")
setup.add_argument("-k", "--match-regex", default=None,
help="filter for files that match the given pattern")
setup.add_argument("-n","--n-files", type=int, default=1,
Expand Down

0 comments on commit ceff57d

Please sign in to comment.