diff options
Diffstat (limited to '')
-rw-r--r-- | src/gistatic.go | 2 |
1 files changed, 1 insertions, 1 deletions
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, ) } |