From 0cdc61cde4cfea11afecfce5057d94b72c416bb1 Mon Sep 17 00:00:00 2001
From: schultz1 <m.schultz@fz-juelich.de>
Date: Thu, 22 Feb 2018 09:33:18 +0000
Subject: [PATCH] Updated documentation

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 847c2dc..ab81a66 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)
 
-- 
GitLab