Skip to content

Commit

Permalink
Rewording the 3rd-party menu details
Browse files Browse the repository at this point in the history
Signed-off-by: Castulo Martinez <[email protected]>
  • Loading branch information
castulo authored and Otavio Pontes committed Feb 28, 2020
1 parent 5b1250d commit 81fcc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ static struct subcmd main_commands[] = {
{ "hashdump", "Dump the HMAC hash of a file", hashdump_main },
{ "verify", "NOTE: this command has been superseded, please use \"swupd diagnose\" instead", verify_main },
#ifdef THIRDPARTY
{ "3rd-party", "Indicate swupd to use user's third party repository", third_party_main },
{ "3rd-party", "Manage third party repositories", third_party_main },
#endif
{ 0 }
};
Expand Down

0 comments on commit 81fcc28

Please sign in to comment.