Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Commit

Permalink
Style fix for the description of Snapshot and Backup.
Browse files Browse the repository at this point in the history
  • Loading branch information
ridv committed Sep 17, 2018
1 parent 40d1458 commit 7f64de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}

Expand All @@ -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,
}

Expand Down

0 comments on commit 7f64de6

Please sign in to comment.