Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-Morozko committed Dec 1, 2019
1 parent 72f0f63 commit e8c1e5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.1

- Nicer help message

# 1.0.0

- Now storing passwords in secure platform-dependant storage (macOS Keychain, GNOME Keyring or Windows Credential Manager API)
Expand Down
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,14 @@ Sorry for the code quality, this is also my first go project. It works, whatever
This project shouldn't cause any trouble, but I (of course) will shut it down if Marco isn't ok with it.

```
Usage: cloudyuploader [--parallel-uploads PARALLEL-UPLOADS] [--save-creds]
[--login LOGIN] [--password PASSWORD] [--silent]
FILE [FILE ...]
Usage: cloudyuploader [--parallel-uploads N] [--save-creds] [--silent]
[--login LOGIN] [--password PASSWORD] FILE [FILE ...]
Positional arguments:
FILE files to be uploaded
Options:
--parallel-uploads PARALLEL-UPLOADS, -j PARALLEL-UPLOADS
--parallel-uploads N, -j N
maximum number of concurrent upload jobs [default: 4]
--login LOGIN email for Overcast account
--password PASSWORD password for Overcast account
Expand Down

0 comments on commit e8c1e5b

Please sign in to comment.