Expand "STDIN/STDOUT" to "standard input/output"

This is the more conventional spelling in manpages.
This commit is contained in:
Michael Haggerty 2015-04-11 08:35:32 +02:00
parent e151e9828a
commit 56b7408abb
2 changed files with 4 additions and 4 deletions

@ -7,7 +7,7 @@ git-lfs-clean(1) -- Git clean filter that converts large files to pointers
## DESCRIPTION ## DESCRIPTION
Calculate a SHA-256 signature of the data from STDOUT, and output a Calculate a SHA-256 signature of the data from standard output, and output a
Git LFS pointer file. Also queue the file to be pushed by Git LFS pointer file. Also queue the file to be pushed by
git-lfs-push(1). git-lfs-push(1).

@ -7,8 +7,8 @@ git-lfs-smudge(1) -- Git smudge filter that converts pointer in blobs to the act
## DESCRIPTION ## DESCRIPTION
Read a Git LFS pointer file from STDIN, parse out the pointer's ID, Read a Git LFS pointer file from standard input, parse out the pointer's ID,
and then dump the file's contents to STDOUT. Download the file from and then dump the file's contents to standard output. Download the file from
the Git LFS endpoint if needed. The optional <path> argument is only used for the Git LFS endpoint if needed. The optional <path> argument is only used for
a progress bar. a progress bar.
@ -18,7 +18,7 @@ Git attributes.
## OPTIONS ## OPTIONS
Without any options, `git lfs smudge` outputs the raw Git LFS content to Without any options, `git lfs smudge` outputs the raw Git LFS content to
STDOUT. standard output.
* `--info`: * `--info`:
Display the file size and the local path to the Git LFS file. If the file Display the file size and the local path to the Git LFS file. If the file