nitls: use `-P` for `--project`. `-p` is already used for `--path`
authorJean Privat <jean@pryen.org>
Fri, 25 Apr 2014 01:36:56 +0000 (21:36 -0400)
committerJean Privat <jean@pryen.org>
Fri, 25 Apr 2014 01:38:27 +0000 (21:38 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

src/nitls.nit

index 5c375ad..1709c56 100644 (file)
@@ -53,7 +53,7 @@ var opt_keep = new OptionBool("Ignore errors and files that are not a Nit source
 var opt_recursive = new OptionBool("Process directories recussively", "-r", "--recursive")
 var opt_tree = new OptionBool("List source files in their groups and projects", "-t", "--tree")
 var opt_source = new OptionBool("List source files", "-s", "--source")
-var opt_project = new OptionBool("List projects paths (default)", "-p", "--project")
+var opt_project = new OptionBool("List projects paths (default)", "-P", "--project")
 var opt_depends = new OptionBool("List dependencies of given modules", "-d", "--depends")
 var opt_make = new OptionBool("List dependencies suitable for a rule in a Makefile. Alias for -d, -p and -s", "-M")
 var opt_paths = new OptionBool("List only path (instead of name + path)", "-p", "--path")