Skip to content

Commit f84cb68

Browse files
Pete Wyckoffgitster
authored andcommitted
git p4 doc: use two-line style for options with multiple spellings
Thomas Rast noticed the docs have a mix of styles when it comes to options with multiple spellings. Standardize the couple in git-p4.txt that are odd. Instead of: -n, --dry-run:: Do this: -n:: --dry-run:: See http://thread.gmane.org/gmane.comp.version-control.git/219936/focus=219945 Signed-off-by: Pete Wyckoff <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3d5388a commit f84cb68

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Documentation/git-p4.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,8 @@ All commands except clone accept these options.
168168
--git-dir <dir>::
169169
Set the 'GIT_DIR' environment variable. See linkgit:git[1].
170170

171-
--verbose, -v::
171+
-v::
172+
--verbose::
172173
Provide more progress information.
173174

174175
Sync options
@@ -279,7 +280,8 @@ These options can be used to modify 'git p4 submit' behavior.
279280
Export tags from Git as p4 labels. Tags found in Git are applied
280281
to the perforce working directory.
281282

282-
--dry-run, -n::
283+
-n::
284+
--dry-run::
283285
Show just what commits would be submitted to p4; do not change
284286
state in Git or p4.
285287

0 commit comments

Comments
 (0)