mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 10:58:55 +00:00
commit
dd040a4132
@ -63,7 +63,7 @@ func (cmd CmdLs) Usage() string {
|
|||||||
return "snapshot-ID [DIR]"
|
return "snapshot-ID [DIR]"
|
||||||
}
|
}
|
||||||
|
|
||||||
func (cmd CmdLs) Execute(s restic.Server, key *restic.Key, args []string) error {
|
func (cmd CmdLs) Execute(args []string) error {
|
||||||
if len(args) < 1 || len(args) > 2 {
|
if len(args) < 1 || len(args) > 2 {
|
||||||
return fmt.Errorf("wrong number of arguments, Usage: %s", cmd.Usage())
|
return fmt.Errorf("wrong number of arguments, Usage: %s", cmd.Usage())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user