diff options
author | Nikolai Weibull <mailing-lists.git@rawuncut.elitemail.org> | 2005-11-15 00:20:01 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-14 17:15:32 -0800 |
commit | 2db0bfbc04478d9fb42f58ff50ad4123a2a9ddde (patch) | |
tree | 567bfa75ebd1aee82365e6ec8eb6f5d693cb4d3a /Documentation/git-checkout-index.txt | |
parent | b2309b70197f9067cb32a620465a9b3477d8f0c3 (diff) | |
download | git-2db0bfbc04478d9fb42f58ff50ad4123a2a9ddde.tar.gz git-2db0bfbc04478d9fb42f58ff50ad4123a2a9ddde.tar.xz |
Document a couple of missing command-line options.
This patch adds documentation to quite a few command-line options.
Signed-off-by: Nikolai Weibull <nikolai@bitwi.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-checkout-index.txt')
-rw-r--r-- | Documentation/git-checkout-index.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/git-checkout-index.txt b/Documentation/git-checkout-index.txt index 94b283a6b..5bff4865f 100644 --- a/Documentation/git-checkout-index.txt +++ b/Documentation/git-checkout-index.txt @@ -18,21 +18,21 @@ Will copy all files listed from the index to the working directory OPTIONS ------- --u:: +-u|--index:: update stat information for the checked out entries in the index file. --q:: +-q|--quiet:: be quiet if files exist or are not in the index --f:: +-f|--force:: forces overwrite of existing files --a:: +-a|--all:: checks out all files in the index. Cannot be used together with explicit filenames. --n:: +-n|--no-create:: Don't checkout new files, only refresh files already checked out. |