aboutsummaryrefslogtreecommitdiffstats
path: root/commands/ls.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/ls.go')
-rw-r--r--commands/ls.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/ls.go b/commands/ls.go
index f641b58a..75b7ceaf 100644
--- a/commands/ls.go
+++ b/commands/ls.go
@@ -131,7 +131,7 @@ func lsQueryFromFlags() (*cache.Query, error) {
var lsCmd = &cobra.Command{
Use: "ls [<query>]",
- Short: "List bugs",
+ Short: "List bugs.",
Long: `Display a summary of each bugs.
You can pass an additional query to filter and order the list. This query can be expressed either with a simple query language or with flags.`,