Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: help: Fix renaming of configm to kernel-config-manager #649

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/help.sh
Expand Up @@ -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' \
Expand All @@ -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' \
Expand Down