Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ls-files.c')
-rw-r--r--ls-files.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ls-files.c b/ls-files.c
index 41a1f9d1c2..13ca02ec73 100644
--- a/ls-files.c
+++ b/ls-files.c
@@ -400,11 +400,10 @@ static void show_files(void)
}
}
-static const char *ls_files_usage =
+static const char ls_files_usage[] =
"git-ls-files [-z] [-t] (--[cached|deleted|others|stage|unmerged|killed])* "
"[ --ignored ] [--exclude=<pattern>] [--exclude-from=<file>] "
"[ --exclude-per-directory=<filename> ]";
-;
int main(int argc, char **argv)
{