The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit caed5361 authored by Demian Katz's avatar Demian Katz
Browse files

Fixed typo in usage message.

parent 47cc2c57
No related merge requests found
...@@ -101,7 +101,7 @@ class LanguageController extends AbstractBase ...@@ -101,7 +101,7 @@ class LanguageController extends AbstractBase
$argv = $this->consoleOpts->getRemainingArgs(); $argv = $this->consoleOpts->getRemainingArgs();
if (!isset($argv[0])) { if (!isset($argv[0])) {
Console::writeLine( Console::writeLine(
"Usage: {$_SERVER['argv'][0]} [source] [target]" "Usage: {$_SERVER['argv'][0]} [target]"
); );
Console::writeLine("\ttarget - the target key to remove"); Console::writeLine("\ttarget - the target key to remove");
return $this->getFailureResponse(); return $this->getFailureResponse();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment