aboutsummaryrefslogtreecommitdiff
path: root/apply.c
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-03-02 00:45:48 -0800
committerJunio C Hamano <junkio@cox.net>2006-03-02 00:52:59 -0800
commit8273c79ae2e6b782dba3dccb815b386cc83e4294 (patch)
tree7f115e4cf37acda3ef372cec38f1350300779dc5 /apply.c
parent2beb3cdd18225be657849790ed845c4d367b760a (diff)
downloadgit-8273c79ae2e6b782dba3dccb815b386cc83e4294.tar.gz
git-8273c79ae2e6b782dba3dccb815b386cc83e4294.tar.xz
war on whitespaces: documentation.
We were missing the --whitespace option in the usage string for git-apply and git-am, so this commit adds them. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'apply.c')
-rw-r--r--apply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apply.c b/apply.c
index 9deb206fa..c36996686 100644
--- a/apply.c
+++ b/apply.c
@@ -32,7 +32,7 @@ static int no_add = 0;
static int show_index_info = 0;
static int line_termination = '\n';
static const char apply_usage[] =
-"git-apply [--stat] [--numstat] [--summary] [--check] [--index] [--apply] [--no-add] [--index-info] [--allow-binary-replacement] [-z] [-pNUM] <patch>...";
+"git-apply [--stat] [--numstat] [--summary] [--check] [--index] [--apply] [--no-add] [--index-info] [--allow-binary-replacement] [-z] [-pNUM] [--whitespace=<nowarn|warn|error|error-all|strip>] <patch>...";
static enum whitespace_eol {
nowarn_whitespace,