summaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Command/Object/Put.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/lib/Command/Object/Put.php')
-rw-r--r--apps/files/lib/Command/Object/Put.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files/lib/Command/Object/Put.php b/apps/files/lib/Command/Object/Put.php
index 852d7c2225e..b4a7389fb82 100644
--- a/apps/files/lib/Command/Object/Put.php
+++ b/apps/files/lib/Command/Object/Put.php
@@ -46,7 +46,8 @@ class Put extends Command {
->setDescription('Write a file to the object store')
->addArgument('input', InputArgument::REQUIRED, "Source local path, use - to read from STDIN")
->addArgument('object', InputArgument::REQUIRED, "Object to write")
- ->addOption('bucket', 'b', InputOption::VALUE_REQUIRED, "Bucket where to store the object, only required in cases where it can't be determined from the config");;
+ ->addOption('bucket', 'b', InputOption::VALUE_REQUIRED, "Bucket where to store the object, only required in cases where it can't be determined from the config");
+ ;
}
public function execute(InputInterface $input, OutputInterface $output): int {