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\. Description: Quickly transfer files from the command line\.
. .
.P .P
Usage: transfer [flags] or transfer [flag] [args] Usage: transfer [flags] or transfer [flag] [args] or transfer [filePathToUpload]
.
.IP "\(bu" 4
\-s Upload a single file, takes in file path as argument
. .
.IP "\(bu" 4 .IP "\(bu" 4
\-d Download a single file \-d Download a single file
@ -580,7 +577,10 @@ Usage: transfer [flags] or transfer [flag] [args]
Examples: Examples:
. .
.IP "\(bu" 4 .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 .IP "\(bu" 4
transfer \-d ~/outputDirectory fileID fileName transfer \-d ~/outputDirectory fileID fileName

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 126 KiB