diff --git a/cmd/cmd.go b/cmd/cmd.go index b9a407114..6b6d52a49 100644 --- a/cmd/cmd.go +++ b/cmd/cmd.go @@ -70,6 +70,7 @@ and configuration walkthroughs. * http://rclone.org/ `, PersistentPostRun: func(cmd *cobra.Command, args []string) { + fs.Debugf("rclone", "Version %q finishing with parameters %q", fs.Version, os.Args) runAtExitFunctions() }, }