Skip to content

Commit e293cb7

Browse files
committed
Add version to usage text
1 parent faf1833 commit e293cb7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmd/shellshape/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ func main() {
3434
fmt.Fprintln(os.Stderr, "Usage: shellshape <command>")
3535
fmt.Fprintln(os.Stderr, " echo <command> | shellshape")
3636
fmt.Fprintln(os.Stderr, " shellshape list")
37+
fmt.Fprintln(os.Stderr, " shellshape version")
3738
os.Exit(1)
3839
}
3940

0 commit comments

Comments
 (0)