Corrected docs.
This commit is contained in:
parent
a03a654031
commit
ae1b0521f0
@ -59,7 +59,7 @@ You'll find complete documentation on the shell by running
|
||||
Positional arguments:
|
||||
<subcommand>
|
||||
add-fixed-ip Add a new fixed IP address to a servers network.
|
||||
backup Resize a server.
|
||||
backup Backup a server.
|
||||
backup-schedule Show or edit the backup schedule for a server.
|
||||
backup-schedule-delete
|
||||
Delete the backup schedule for a server.
|
||||
|
@ -506,7 +506,7 @@ def do_resize(cs, args):
|
||||
@utils.arg('rotation', type=int, metavar='<rotation>',
|
||||
help="Number of backups to retain. Used for backup image_type.")
|
||||
def do_backup(cs, args):
|
||||
"""Resize a server."""
|
||||
"""Backup a server."""
|
||||
server = _find_server(cs, args.server)
|
||||
server.backup(args.name, args.backup_type, args.rotation)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user