From 7cf97d5725d018cf726099dec9a571886928d9ac Mon Sep 17 00:00:00 2001 From: Mike Frisch Date: Mon, 22 Apr 2019 11:55:35 -0400 Subject: [PATCH] Fix typo --- cmd/siftool/siftool.go | 2 +- pkg/siftool/add.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/siftool/siftool.go b/cmd/siftool/siftool.go index 95df3cf3..583b6a13 100644 --- a/cmd/siftool/siftool.go +++ b/cmd/siftool/siftool.go @@ -85,7 +85,7 @@ func main() { [NEEDED, no default]: 1-Deffile, 2-EnvVar, 3-Labels, 4-Partition, 5-Signature, 6-GenericJSON - -parttype the type of parition (with -datatype 4-Partition) + -parttype the type of partition (with -datatype 4-Partition) [NEEDED, no default]: 1-System, 2-PrimSys, 3-Data, 4-Overlay diff --git a/pkg/siftool/add.go b/pkg/siftool/add.go index 0e289034..22aecb61 100644 --- a/pkg/siftool/add.go +++ b/pkg/siftool/add.go @@ -26,7 +26,7 @@ func Add() *cobra.Command { [NEEDED, no default]: 1-Deffile, 2-EnvVar, 3-Labels, 4-Partition, 5-Signature, 6-GenericJSON`), - Parttype: ret.Flags().Int64("parttype", -1, `the type of parition (with -datatype 4-Partition) + Parttype: ret.Flags().Int64("parttype", -1, `the type of partition (with -datatype 4-Partition) [NEEDED, no default]: 1-System, 2-PrimSys, 3-Data, 4-Overlay`),