Skip to content

Commit

Permalink
Merge pull request #33 from EmmEff/minor-fix
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jscook2345 authored Apr 23, 2019
2 parents 98782d8 + 7cf97d5 commit 1da1955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/siftool/siftool.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkg/siftool/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -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`),
Expand Down

0 comments on commit 1da1955

Please sign in to comment.