Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #449 from nfarah86/fix-info
Browse files Browse the repository at this point in the history
fixed def. of command
  • Loading branch information
braydonf authored May 9, 2018
2 parents d0b5b1f + 573517f commit 2614f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ extern int errno;
"uploading files:\n" \
" upload-file <bucket-id> <path>\n\n" \
"downloading files:\n" \
" download-file <bucket-id> <file-id> <path>\n\n" \
" download-file <bucket-id> <file-id> <directory path/ new file name>\n\n" \
"bridge api information:\n" \
" get-info\n\n" \
"options:\n" \
Expand Down

0 comments on commit 2614f77

Please sign in to comment.