about summary refs log tree commit diff stats
path: root/usercount.go
diff options
context:
space:
mode:
Diffstat (limited to 'usercount.go')
-rw-r--r--usercount.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/usercount.go b/usercount.go
index a7084f1..180c573 100644
--- a/usercount.go
+++ b/usercount.go
@@ -17,7 +17,7 @@ func userCountQuery(format string) ([]byte, error) {
 	split := strings.Fields(string(ls))
 
 	if format == "plain" {
-		return []byte(fmt.Sprintf("%v users", len(split))), nil
+		return []byte(fmt.Sprintf("%v users\n", len(split))), nil
 	}
 
 	out := fmt.Sprintf(`{