File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Print some info about your Dropbox account
101
101
Unlink the script from your Dropbox account
102
102
103
103
104
- ** Optional parameters :**
104
+ ** Optional arguments passed before the command :**
105
105
* ** -f < ; FILENAME> ; **
106
106
Load the configuration file from a specific file
107
107
@@ -125,7 +125,7 @@ Doesn't check for SSL certificates (insecure)
125
125
``` bash
126
126
./dropbox_uploader.sh upload /etc/passwd /myfiles/passwd.old
127
127
./dropbox_uploader.sh upload * .zip /
128
- ./dropbox_uploader.sh download /backup.zip
128
+ ./dropbox_uploader.sh -p download /backup.zip
129
129
./dropbox_uploader.sh delete /backup.zip
130
130
./dropbox_uploader.sh mkdir /myDir/
131
131
./dropbox_uploader.sh upload " My File.txt" " My File 2.txt"
You can’t perform that action at this time.
0 commit comments