Merge branch 'master' of github.com:tiernano/b2uploader · 858ecd795f - SVN.BY: Go Git Service
Browse Source

Merge branch 'master' of github.com:tiernano/b2uploader

Tiernan OToole 8 years ago
parent
commit
858ecd795f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -8,9 +8,9 @@ B2Uploader is a Console app (tested on Windows, may work with Mono or .NET Core
8 8
 
9 9
 Get the source and build in Visual Studio (2013 and 2015 should work). using cmd line, go to the build folder and run a command as follows:
10 10
 
11
-b2uploader --i <account id> --a <app key> --d <directory to upload>
11
+b2uploader --i accountid --a appkey --d directory_to_upload
12 12
 
13
-where account id and app key are gotten from BackBlaze's site, and the directory is the folder you want uploaded
13
+where accountid and appkey are gotten from BackBlaze's site, and the directory is the folder you want uploaded
14 14
 
15 15
 ##Known issues
16 16