Skip to content

Commit

Permalink
default value for use-snapshot documented
Browse files Browse the repository at this point in the history
  • Loading branch information
lg committed Apr 14, 2024
1 parent d947657 commit 20837c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osrun
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ usage() {
" -d --drive <path>: Use the specified drive image (default: /cache/win11.qcow2)\n" \
" -p --pause: Do not close the VM after the command finishes\n" \
" -n --new-snapshot <name>: Generate a new snapshot after the command finishes\n" \
" -s --use-snapshot <name>: Restore from the specified snapshot (default: $USE_SNAPSHOT_NAME)\n" \
" -s --use-snapshot <name>: Restore from the specified snapshot (default: provisioned)\n" \
1>&2

exit 1
Expand Down

0 comments on commit 20837c0

Please sign in to comment.