Style fix for the description of Snapshot and Backup.

This commit is contained in:
Renan DelValle 2018-09-16 21:30:04 -07:00
parent 40d14588b8
commit 7f64de61de
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9

View file

@ -72,7 +72,7 @@ var startSnapshotCmd = &cobra.Command{
Use: "snapshot",
Short: "Force the leading scheduler to perform a Snapshot.",
Long: `Takes a Snapshot of the in memory state of the Apache Aurora cluster and
writes it to the Mesos replicated log. This should NOT be confused with a backup.`,
writes it to the Mesos replicated log. This should NOT be confused with a backup.`,
Run: snapshot,
}
@ -92,7 +92,7 @@ var startBackupCmd = &cobra.Command{
Use: "backup",
Short: "Force the leading scheduler to perform a Backup.",
Long: `Force the Aurora Scheduler to write a backup of the latest snapshot to the filesystem
of the leading scheduler.`,
of the leading scheduler.`,
Run: backup,
}