mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 02:48:55 +00:00
commit
dd040a4132
@ -63,7 +63,7 @@ func (cmd CmdLs) Usage() string {
|
||||
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 {
|
||||
return fmt.Errorf("wrong number of arguments, Usage: %s", cmd.Usage())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user