diff --git a/src/cmds/restic/cmd_check.go b/src/cmds/restic/cmd_check.go index cd041a42c..2f0064f1a 100644 --- a/src/cmds/restic/cmd_check.go +++ b/src/cmds/restic/cmd_check.go @@ -24,7 +24,7 @@ finds. It can also be used to read all data and therefore simulate a restore. }, } -// CheckOptions bundle all options for the 'check' command. +// CheckOptions bundles all options for the 'check' command. type CheckOptions struct { ReadData bool CheckUnused bool diff --git a/src/cmds/restic/cmd_find.go b/src/cmds/restic/cmd_find.go index cb9e6f594..26ae92ad4 100644 --- a/src/cmds/restic/cmd_find.go +++ b/src/cmds/restic/cmd_find.go @@ -24,7 +24,7 @@ repo. `, }, } -// FindOptions bundle all options for the find command. +// FindOptions bundles all options for the find command. type FindOptions struct { Oldest string Newest string diff --git a/src/cmds/restic/cmd_snapshots.go b/src/cmds/restic/cmd_snapshots.go index 5c7a671b9..7ff52831d 100644 --- a/src/cmds/restic/cmd_snapshots.go +++ b/src/cmds/restic/cmd_snapshots.go @@ -23,7 +23,7 @@ The "snapshots" command lists all snapshots stored in the repository. }, } -// SnapshotOptions bundle all options for the snapshots command. +// SnapshotOptions bundles all options for the snapshots command. type SnapshotOptions struct { Host string Paths []string