From: Patrick Steinhardt Date: Mon, 14 Dec 2015 15:23:03 +0000 (+0100) Subject: push: add '--delete' flag to synopsis X-Git-Tag: v2.8.0-rc0~128^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/fff69f7053b175be5963b08f802e0e03dccd696a push: add '--delete' flag to synopsis The delete flag is not mentioned in the synopsis of `git-push`. Add the flag to make it more discoverable. Signed-off-by: Patrick Steinhardt Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-push.txt b/Documentation/git-push.txt index 85a4d7d6d5..e830c08dc1 100644 --- a/Documentation/git-push.txt +++ b/Documentation/git-push.txt @@ -10,7 +10,7 @@ SYNOPSIS -------- [verse] 'git push' [--all | --mirror | --tags] [--follow-tags] [--atomic] [-n | --dry-run] [--receive-pack=] - [--repo=] [-f | --force] [--prune] [-v | --verbose] + [--repo=] [-f | --force] [--delete] [--prune] [-v | --verbose] [-u | --set-upstream] [--[no-]signed|--sign=(true|false|if-asked)] [--force-with-lease[=[:]]]