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

help.c cleanup. Removed commands not implemented from help message. #56

Merged
merged 1 commit into from
Feb 11, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions tools/cli/help.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,13 @@ TDNFCliShowHelp(
printf("List of Main Commands\n");
printf("\n");

printf("autoerase Remove leaf packages\n");
printf("autoremove Remove leaf packages\n");
printf("check-local Checks local rpm folder for problems\n");
printf("check-update Check for available package upgrades\n");
printf("clean Remove cached data\n");
printf("distro-sync Synchronize installed packages to the latest available versions\n");
printf("downgrade downgrade a package\n");
printf("erase Remove a package or packages from your system\n");
printf("group Display, or use, the groups information\n");
printf("help Display a helpful usage message\n");
printf("history Display, or use, the transaction history\n");
printf("info Display details about a package or group of packages\n");
printf("install Install a package or packages on your system\n");
printf("list List a package or groups of packages\n");
Expand All @@ -58,7 +54,6 @@ TDNFCliShowHelp(
printf("remove Remove a package or packages from your system\n");
printf("reinstall reinstall a package\n");
printf("repolist Display the configured software repositories\n");
printf("repository-packages Run commands on top of all packages in given repository\n");
printf("search Search package details for the given string\n");
printf("updateinfo Display advisories about packages\n");
printf("upgrade Upgrade a package or packages on your system\n");
Expand Down