diff --git a/main.go b/main.go index 4a6bf7e..101b86c 100644 --- a/main.go +++ b/main.go @@ -232,5 +232,5 @@ func init() { rootCmd.Flags().BoolVarP(&pager, "pager", "p", false, "display with pager") rootCmd.Flags().StringVarP(&style, "style", "s", "auto", "style name or JSON path") - rootCmd.Flags().UintVarP(&width, "width", "w", 100, "word-wrap at width") + rootCmd.Flags().UintVarP(&width, "width", "w", 80, "word-wrap at width") }