Skip to content

Commit d23750d

Browse files
committed
Dropbox-Uploader Pull Request: Clarify that the optional parameters need to be passed before the command
Ref: andreafabrizi/Dropbox-Uploader#158
1 parent 6c9ff98 commit d23750d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

support/drop/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Print some info about your Dropbox account
101101
Unlink the script from your Dropbox account
102102

103103

104-
**Optional parameters:**
104+
**Optional arguments passed before the command:**
105105
* **-f <FILENAME>**
106106
Load the configuration file from a specific file
107107

@@ -125,7 +125,7 @@ Doesn't check for SSL certificates (insecure)
125125
```bash
126126
./dropbox_uploader.sh upload /etc/passwd /myfiles/passwd.old
127127
./dropbox_uploader.sh upload *.zip /
128-
./dropbox_uploader.sh download /backup.zip
128+
./dropbox_uploader.sh -p download /backup.zip
129129
./dropbox_uploader.sh delete /backup.zip
130130
./dropbox_uploader.sh mkdir /myDir/
131131
./dropbox_uploader.sh upload "My File.txt" "My File 2.txt"

0 commit comments

Comments
 (0)