From 145cdf7518c3bbc24c04fa7315bd553081a406fa Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Fri, 24 Apr 2015 11:41:14 -0600 Subject: [PATCH] tweak docs --- docs/man/git-lfs-push.1.ronn | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/man/git-lfs-push.1.ronn b/docs/man/git-lfs-push.1.ronn index dda5a42c..4b92fdda 100644 --- a/docs/man/git-lfs-push.1.ronn +++ b/docs/man/git-lfs-push.1.ronn @@ -10,8 +10,6 @@ git-lfs-push(1) -- Push queued large files to the Git LFS endpoint Upload Git LFS files to the configured endpoint for the current Git remote. -Push is typically run by Git's pre-push hook. - ## OPTIONS * `--dry-run`: @@ -21,7 +19,8 @@ Push is typically run by Git's pre-push hook. Read the repo and refspec on stdin. This is used in conjunction with the pre-push hook and must be in the format used by the pre-push hook: . If --stdin is used - the command line arguments are ignored. + the command line arguments are ignored. NOTE: This is deprecated in favor + of the `pre-push` command. ## SEE ALSO