diff --git a/README.md b/README.md index 847c2dc947b8955c951bb917ea752aa0d5760802..ab81a665a04fc6668a5373b5abc14e5446b95dff 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ python script for (more or less) automatically depositing files to B2SHARE Versi ## Command Line Arguments -`--b2shareurl `(change the current default b2share url fsd-cloud9.zam.kfa-juelich.de) +`--b2shareurl `(change the current default b2share url https://b2share.fz-juelich.de) ___ `--community <ID>` (e.g. e9b9792e-79fb-4b07-b6b4-b9c2bd06d095) ___ @@ -16,8 +16,8 @@ ATTENTION: Tokens are shown in debug mode because they are part of the query str ___ `--filenames <file_a.txt::newname_a.txt,file_b.txt>` -A comma separated list of files to upload. HTTP/HTTPS URLs are also -supported. +A comma separated list of files to upload. Filenames may contain Unix wildcards. +HTTP/HTTPS URLs are also supported. If you want to rename a file showing up in the deposit, write filename_a::newfilename_a (use two double points)