diff --git a/cmd/acpi-wakeup-fixxer/main.go b/cmd/acpi-wakeup-fixxer/main.go index 331b646..516b44f 100644 --- a/cmd/acpi-wakeup-fixxer/main.go +++ b/cmd/acpi-wakeup-fixxer/main.go @@ -15,9 +15,8 @@ var ( ) var rootCmd = &cobra.Command{ - Use: "acpi-wakeup-fixxer", Short: "A CLI tool to fix ACPI wakeup issues", - Args: cobra.NoArgs, + Use: "acpi-wakeup-fixxer", Long: "acpi-wakeup-fixxer is a command-line tool to fix ACPI wakeup issues on your system.", Run: rootCmdRun, }