Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/backup.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Command/PointDelete.php')
-rwxr-xr-xlib/Command/PointDelete.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Command/PointDelete.php b/lib/Command/PointDelete.php
index 9628fe3..cd036ed 100755
--- a/lib/Command/PointDelete.php
+++ b/lib/Command/PointDelete.php
@@ -98,15 +98,15 @@ class PointDelete extends Base {
->setDescription('Locally delete a restoring point')
->addArgument('pointId', InputArgument::REQUIRED, 'id of the restoring point to delete')
->addOption(
- 'all-storages', '', InputOption::VALUE_NONE, 'remove restoring point from all storage'
+ 'all-storages', '', InputOption::VALUE_NONE, 'remove restoring point from all storage'
)
->addOption(
- 'remote', '', InputOption::VALUE_REQUIRED,
- 'remove a restoring point from a remote instance (or local)', ''
+ 'remote', '', InputOption::VALUE_REQUIRED,
+ 'remove a restoring point from a remote instance (or local)', ''
)
->addOption(
- 'external', '', InputOption::VALUE_REQUIRED,
- 'remove a restoring point from an external folder', ''
+ 'external', '', InputOption::VALUE_REQUIRED,
+ 'remove a restoring point from an external folder', ''
);
}