mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-02-03 12:30:28 +01:00
tools: Reorder upower(1) command-line options to match manual page
This commit is contained in:
parent
9efac77ae7
commit
2724566a2a
1 changed files with 1 additions and 1 deletions
|
|
@ -203,8 +203,8 @@ main (int argc, char **argv)
|
|||
UpDevice *device;
|
||||
|
||||
const GOptionEntry entries[] = {
|
||||
{ "enumerate", 'e', 0, G_OPTION_ARG_NONE, &opt_enumerate, _("Enumerate objects paths for devices"), NULL },
|
||||
{ "dump", 'd', 0, G_OPTION_ARG_NONE, &opt_dump, _("Dump all parameters for all objects"), NULL },
|
||||
{ "enumerate", 'e', 0, G_OPTION_ARG_NONE, &opt_enumerate, _("Enumerate objects paths for devices"), NULL },
|
||||
{ "monitor", 'm', 0, G_OPTION_ARG_NONE, &opt_monitor, _("Monitor activity from the power daemon"), NULL },
|
||||
{ "monitor-detail", 0, 0, G_OPTION_ARG_NONE, &opt_monitor_detail, _("Monitor with detail"), NULL },
|
||||
{ "show-info", 'i', 0, G_OPTION_ARG_STRING, &opt_show_info, _("Show information about object path"), NULL },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue