diff --git a/cmd/about/about.go b/cmd/about/about.go index 4f2d5e270..81b7493f1 100644 --- a/cmd/about/about.go +++ b/cmd/about/about.go @@ -86,7 +86,7 @@ Use the --json flag for a computer readable output, eg Run: func(command *cobra.Command, args []string) { cmd.CheckArgs(1, 1, command, args) f := cmd.NewFsSrc(args) - cmd.Run(true, false, command, func() error { + cmd.Run(false, false, command, func() error { doAbout := f.Features().About if doAbout == nil { return errors.Errorf("%v doesn't support about", f)