Style fix for the description of Snapshot and Backup.
This commit is contained in:
parent
40d14588b8
commit
7f64de61de
1 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@ var startSnapshotCmd = &cobra.Command{
|
||||||
Use: "snapshot",
|
Use: "snapshot",
|
||||||
Short: "Force the leading scheduler to perform a 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
|
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,
|
Run: snapshot,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -92,7 +92,7 @@ var startBackupCmd = &cobra.Command{
|
||||||
Use: "backup",
|
Use: "backup",
|
||||||
Short: "Force the leading scheduler to perform a 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
|
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,
|
Run: backup,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue