From 7f6fe701d34fb0df4718bf1fd73a5648aec8bb8d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 6 May 2025 21:48:30 -0300 Subject: src/gistatic.go: Add missing trailing newline to usage() output --- src/gistatic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gistatic.go') diff --git a/src/gistatic.go b/src/gistatic.go index d326162..fdbd2c4 100644 --- a/src/gistatic.go +++ b/src/gistatic.go @@ -21,7 +21,7 @@ type argsT struct{ func usage(argv0 string, w io.Writer) { fmt.Fprintf( w, - "Usage: %s [-o DIRECTORY] [-u CLONE_URL] REPOSITORY", + "Usage: %s [-o DIRECTORY] [-u CLONE_URL] REPOSITORY\n", argv0, ) } -- cgit v1.2.3