Simplify syntax.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 06 Mar 2017 10:22:49 +0200
changeset 843 50ca934b19e6
parent 842 4ab3110d3c9d
child 844 f857121e545c
Simplify syntax.
.bash_completion.d/gradle
--- a/.bash_completion.d/gradle	Mon Mar 06 10:22:06 2017 +0200
+++ b/.bash_completion.d/gradle	Mon Mar 06 10:22:49 2017 +0200
@@ -52,7 +52,7 @@
 idea - Generates IDEA project files (IML, IPR, IWS)
 check - Runs all checks.
 test - Runs the unit tests.
-install - Installs the 'archives' artifacts into the local Maven repository.
+install - Installs the archives artifacts into the local Maven repository.
 javadoc - Generates Javadoc API documentation for the main source code.
 bootRun - Run the project with support for auto-detecting main class and reloading static resources
 flywayBaseline - Baselines an existing database, excluding all migrations up to and including baselineVersion.