diff options
author | Junio C Hamano <junkio@cox.net> | 2007-05-18 21:50:56 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-18 21:50:56 -0700 |
commit | 404fdef22f1084141aeef5781d5a322554fed481 (patch) | |
tree | abfce65899ec3856f636d9ff5465a8d962296398 /Documentation/git-p4import.txt | |
parent | Documentation/git.txt: Update links to older documentation pages. (diff) | |
parent | Documentation: Reformatted SYNOPSIS for several commands (diff) | |
download | tgif-404fdef22f1084141aeef5781d5a322554fed481.tar.xz |
Merge branch 'maint'
* maint:
Documentation: Reformatted SYNOPSIS for several commands
Documentation: Added [verse] to SYNOPSIS where necessary
Diffstat (limited to 'Documentation/git-p4import.txt')
-rw-r--r-- | Documentation/git-p4import.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-p4import.txt b/Documentation/git-p4import.txt index 6edb9f12b8..714abbe28e 100644 --- a/Documentation/git-p4import.txt +++ b/Documentation/git-p4import.txt @@ -8,10 +8,10 @@ git-p4import - Import a Perforce repository into git SYNOPSIS -------- -`git-p4import` [-q|-v] [--notags] [--authors <file>] [-t <timezone>] <//p4repo/path> <branch> - +[verse] +`git-p4import` [-q|-v] [--notags] [--authors <file>] [-t <timezone>] + <//p4repo/path> <branch> `git-p4import` --stitch <//p4repo/path> - `git-p4import` |