Skip to content

Commit

Permalink
htop: fix highlight-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Aug 8, 2023
1 parent 1b5ebce commit cd6fbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completers/htop_completer/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func init() {
rootCmd.Flags().String("drop-capabilities", "", "Drop Linux capabilities when running as root")
rootCmd.Flags().StringP("filter", "F", "", "Show only the commands matching the given filter")
rootCmd.Flags().BoolP("help", "h", false, "Print this help screen")
rootCmd.Flags().BoolP("highlight-changes", "H", false, "Highlight new and old processes")
rootCmd.Flags().StringP("highlight-changes", "H", "", "Highlight new and old processes")
rootCmd.Flags().BoolP("no-color", "C", false, "Use a monochrome color scheme")
rootCmd.Flags().BoolP("no-mouse", "m", false, "Disable the mouse")
rootCmd.Flags().BoolP("no-unicode", "U", false, "Do not use unicode but plain ASCII")
Expand Down

0 comments on commit cd6fbd4

Please sign in to comment.