From 7f64de61dee669ada515e8bafc161e76bd5c0885 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Sun, 16 Sep 2018 21:30:04 -0700 Subject: [PATCH] Style fix for the description of Snapshot and Backup. --- cmd/start.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/start.go b/cmd/start.go index eca55fd..9d6b81b 100644 --- a/cmd/start.go +++ b/cmd/start.go @@ -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, }