From eb0e21b33bb9a0d948a2355bf4da35ca70a4c8f2 Mon Sep 17 00:00:00 2001 From: Brian Li Date: Sat, 15 Feb 2025 23:17:16 +0800 Subject: [PATCH] Fix typos --- disko | 2 +- docs/reference.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/disko b/disko index 3dd784c..ab17146 100755 --- a/disko +++ b/disko @@ -26,7 +26,7 @@ or else from the disko module of a NixOS configuration of that name under .nixos Options: * -m, --mode mode - set the mode, either distroy, format, mount, unmount, format,mount or destroy,format,mount + set the mode, either destroy, format, mount, unmount, format,mount or destroy,format,mount destroy: unmount filesystems and destroy partition tables of the selected disks format: create partition tables, zpools, lvms, raids and filesystems if they don't exist yet mount: mount the partitions at the specified root-mountpoint diff --git a/docs/reference.md b/docs/reference.md index 3d390b9..1ebb6a4 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -21,7 +21,7 @@ or else from the disko module of a NixOS configuration of that name under .nixos Options: * -m, --mode mode - set the mode, either distroy, format, mount, format,mount or destroy,format,mount + set the mode, either destroy, format, mount, format,mount or destroy,format,mount destroy: unmount filesystems and destroy partition tables of the selected disks format: create partition tables, zpools, lvms, raids and filesystems if they don't exist yet mount: mount the partitions at the specified root-mountpoint