From 8f7ecec609c8ade94cfb02a48a440412c4885aaf Mon Sep 17 00:00:00 2001 From: swilson-fly <123485058+swilson-fly@users.noreply.github.com> Date: Fri, 25 Oct 2024 20:04:53 -0400 Subject: [PATCH] Update fly_volumes_snapshots.md Removes confusing wording, as volume snapshots can't be used to restore a volume to a previous state, only to create new ones. --- flyctl/cmd/fly_volumes_snapshots.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flyctl/cmd/fly_volumes_snapshots.md b/flyctl/cmd/fly_volumes_snapshots.md index e0b2223103..2e31288e15 100644 --- a/flyctl/cmd/fly_volumes_snapshots.md +++ b/flyctl/cmd/fly_volumes_snapshots.md @@ -1,5 +1,4 @@ -Manage volume snapshots. A snapshot is a point-in-time copy of a volume. Snapshots can be used to create new volumes or restore a volume to a previous state. - +Manage volume snapshots. A snapshot is a point-in-time copy of a volume. You can use a volume snapshot to restore the data into a new volume. ## Usage ~~~ fly volumes snapshots [command] [flags]