Updating manpage and image for transfer

This commit is contained in:
Alex Epstein 2017-08-06 15:25:28 -04:00
parent 3fffc785dc
commit c541a25861
3 changed files with 9 additions and 9 deletions

View File

@ -544,10 +544,7 @@ todo \-c
Description: Quickly transfer files from the command line\.
.
.P
Usage: transfer [flags] or transfer [flag] [args]
.
.IP "\(bu" 4
\-s Upload a single file, takes in file path as argument
Usage: transfer [flags] or transfer [flag] [args] or transfer [filePathToUpload]
.
.IP "\(bu" 4
\-d Download a single file
@ -580,7 +577,10 @@ Usage: transfer [flags] or transfer [flag] [args]
Examples:
.
.IP "\(bu" 4
transfer \-s ~/fileToTransfer\.txt
transfer ~/fileToTransfer\.txt
.
.IP "\(bu" 4
transfer ~/firstFileToTransfer\.txt ~/secondFileToTransfer\.txt # upload multiple files at once
.
.IP "\(bu" 4
transfer \-d ~/outputDirectory fileID fileName

View File

@ -386,9 +386,7 @@ Examples:
### Transfer
Description: Quickly transfer files from the command line.
Usage: transfer [flags] or transfer [flag] [args]
* -s Upload a single file, takes in file path as argument
Usage: transfer [flags] or transfer [flag] [args] or transfer [filePathToUpload]
* -d Download a single file
* First arg: Output file directory
@ -403,7 +401,9 @@ Usage: transfer [flags] or transfer [flag] [args]
Examples:
* transfer -s ~/fileToTransfer.txt
* transfer ~/fileToTransfer.txt
* transfer ~/firstFileToTransfer.txt ~/secondFileToTransfer.txt # upload multiple files at once
* transfer -d ~/outputDirectory fileID fileName

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 126 KiB