diff --git a/src/help.sh b/src/help.sh index 19ffdd027..66a8c07be 100644 --- a/src/help.sh +++ b/src/help.sh @@ -16,7 +16,6 @@ function kworkflow_help() ' build,b - Build kernel' \ ' clear-cache - Clear files generated by kw' \ ' codestyle,c - Apply checkpatch on directory or file' \ - ' kernel-config-manager,g - Manage config files' \ ' debug - Linux kernel debug utilities' \ ' deploy,d - Deploy a new kernel image to a target machine' \ ' device - Show basic hardware information' \ @@ -25,6 +24,7 @@ function kworkflow_help() ' explore,e - Explore string patterns' \ ' help,h - displays this help mesage' \ ' init - Initialize kworkflow config file' \ + ' kernel-config-manager,k - Manage config files' \ ' maintainers,m - Get maintainers and mailing list' \ ' man - Show manual pages' \ ' pomodoro,p - kw pomodoro support' \