Skip to content

Commit

Permalink
Add support for printing JobDefs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent 4c3bbdc commit 79be85d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/dird/ua_cmds.c
Expand Up @@ -208,7 +208,7 @@ static struct cmdstruct commands[] = {
NT_(""), false, true },
{ NT_("show"), show_cmd, _("Show resource records"),
NT_("job=<job-name> | pool=<pool-name> | fileset=<fileset-name> | schedule=<schedule-name> |\n"
"\tclient=<client-name> | jobs | pools | filesets | schedules | clients | messages | consoles | disabled | all"), true, true },
"\tclient=<client-name> | jobdefs | jobs | pools | filesets | schedules | clients | messages | consoles | disabled | all"), true, true },
{ NT_("sqlquery"), sqlquery_cmd, _("Use SQL to query catalog"),
NT_(""), false, true },
{ NT_("time"), time_cmd, _("Print current time"),
Expand Down
1 change: 1 addition & 0 deletions src/dird/ua_output.c
Expand Up @@ -155,6 +155,7 @@ static struct showstruct avail_resources[] = {
{ NT_("clients"), R_CLIENT },
{ NT_("counters"), R_COUNTER },
{ NT_("devices"), R_DEVICE },
{ NT_("jobdefs"), R_JOBDEFS },
{ NT_("jobs"), R_JOB },
{ NT_("storages"), R_STORAGE },
{ NT_("catalogs"), R_CATALOG },
Expand Down

0 comments on commit 79be85d

Please sign in to comment.