Skip to content

Commit dc2a095

Browse files
Correct backup:create usage with --element (#2317)
1 parent fb1e827 commit dc2a095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/Backup/CreateCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class CreateCommand extends BackupCommand
2929
* @usage <site>.<env> Creates a backup of <site>'s <env> environment.
3030
* @usage <site>.<env> --element=<element> Creates a backup of <site>'s <env> environment's <element>.
3131
* @usage <site>.<env> --keep-for=<days> Creates a backup of <site>'s <env> environment and retains it for <days> days.
32-
* @usage <site>.<env> --keep-for=<days> Creates a backup of <site>'s <env> environment's <element> and retains it for <days> days.
32+
* @usage <site>.<env> --element=<element> --keep-for=<days> Creates a backup of <site>'s <env> environment's <element> and retains it for <days> days.
3333
*
3434
* @throws \Pantheon\Terminus\Exceptions\TerminusException
3535
*/

0 commit comments

Comments
 (0)