mirror of
				https://github.com/restic/restic.git
				synced 2025-11-04 06:35:43 +00:00 
			
		
		
		
	Make version output one line.
This commit is contained in:
		@@ -16,7 +16,7 @@ and the version of this software.
 | 
			
		||||
`,
 | 
			
		||||
	DisableAutoGenTag: true,
 | 
			
		||||
	Run: func(cmd *cobra.Command, args []string) {
 | 
			
		||||
		fmt.Printf("restic %s\ncompiled with %v on %v/%v\n",
 | 
			
		||||
		fmt.Printf("restic %s compiled with %v on %v/%v\n",
 | 
			
		||||
			version, runtime.Version(), runtime.GOOS, runtime.GOARCH)
 | 
			
		||||
	},
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -66,7 +66,7 @@ func init() {
 | 
			
		||||
 | 
			
		||||
func main() {
 | 
			
		||||
	debug.Log("main %#v", os.Args)
 | 
			
		||||
	debug.Log("restic %s, compiled with %v on %v/%v",
 | 
			
		||||
	debug.Log("restic %s compiled with %v on %v/%v",
 | 
			
		||||
		version, runtime.Version(), runtime.GOOS, runtime.GOARCH)
 | 
			
		||||
	err := cmdRoot.Execute()
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user