Skip to content
This repository was archived by the owner on Dec 27, 2023. It is now read-only.

Commit 18f7a4a

Browse files
committed
Fix command description
1 parent 958e735 commit 18f7a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/UpdateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ protected function configure()
1616
{
1717
$this
1818
->setName('update')
19-
->setDescription('Uninstalls a Jupyter-PHP kernel.')
19+
->setDescription('Updates the installed Jupyter-PHP kernel.')
2020
->setDefinition([
2121
new InputOption('verbose', 'v|vv|vvv', InputOption::VALUE_NONE, 'Shows more details.'),
2222
new InputArgument(

0 commit comments

Comments
 (0)