Skip to content

Commit 36170a5

Browse files
committed
Nit
1 parent 9bc2960 commit 36170a5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

cmd/snapshot.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ func newSnapshotSaveCmd(cfg *env.Env) *cobra.Command {
3030
return &cobra.Command{
3131
Use: "save [destination]",
3232
Short: "Save a snapshot of the emulator state",
33-
Long: `Save a snapshot of the running emulator's state to a local file.
33+
Long: `Save a snapshot of the running emulator's state.
3434
3535
The destination must be a file path. Use a path prefix to save locally:
3636
37-
lstk snapshot save # saves to ./snapshot-2026-05-11T21-04-32
38-
lstk snapshot save ./my-snapshot # saves to ./my-snapshot
39-
lstk snapshot save /tmp/my-state # saves to /tmp/my-state
37+
lstk snapshot save # saves to ./snapshot-<YYYY-MM-DDTHH-mm-ss>.zip
38+
lstk snapshot save ./my-snapshot.zip # saves to ./my-snapshot.zip
39+
lstk snapshot save /tmp/my-state # saves to /tmp/my-state.zip
4040
4141
Cloud destinations are not yet supported.`,
4242
Args: cobra.MaximumNArgs(1),

0 commit comments

Comments
 (0)