Skip to content

Commit

Permalink
Issue gearman#335: Tweaked the gearadmin help to make it less confusing.
Browse files Browse the repository at this point in the history
  • Loading branch information
esabol committed May 16, 2022
1 parent 4b46bb2 commit 9ce45bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/gearadmin.cc
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ int main(int args, char *argv[])
("create-function", boost::program_options::value<std::string>(), "Create the function from the server.")
("cancel-job", boost::program_options::value<std::string>(), "Remove a given job from the server's queue")
("drop-function", boost::program_options::value<std::string>(), "Drop the function from the server.")
("show-unique-jobs", "Show unique jobs on server.")
("show-unique-jobs", "Show unique IDs of jobs on the server.")
("show-jobs", "Show all jobs on the server.")
("getpid", "Get Process ID for the server.")
("status", "Status for the server.")
Expand Down

0 comments on commit 9ce45bc

Please sign in to comment.