Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
aleitner committed Feb 10, 2017
2 parents af9f922 + 4667107 commit 50f62a7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,15 @@ static inline void noop() {};
" -p, --proxy <url> set the socks proxy " \
"(e.g. socks5://<host>:<port>)\n" \
" -l, --log <level> set the log level (default 0)\n" \
" -d, --debug set the debug log level\n\n"
" -d, --debug set the debug log level\n\n" \
"environment variables:\n" \
" STORJ_KEYPASS imported user settings passphrase\n" \
" STORJ_BRIDGE the bridge host " \
"(e.g. https://api.storj.io)\n" \
" STORJ_BRIDGE_USER bridge username\n" \
" STORJ_BRIDGE_PASS bridge password\n" \
" STORJ_MNEMONIC file encryption mnemonic key\n\n"


#define CLI_VERSION "libstorj-1.0.0-alpha"

Expand Down

0 comments on commit 50f62a7

Please sign in to comment.