Skip to content

Commit

Permalink
tweak console help message
Browse files Browse the repository at this point in the history
Issues #181: Add command for doing a name resolution on client
  • Loading branch information
joergsteffens committed Dec 4, 2014
1 parent 6448016 commit 9856b87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dird/ua_cmds.c
Expand Up @@ -186,6 +186,8 @@ static struct cmdstruct commands[] = {
NT_(""), true, true },
{ NT_("rerun"), rerun_cmd, _("Rerun a job"),
NT_("jobid=<jobid> | since_jobid=<jobid> | days=<nr_days> | hours=<nr_hours> | yes"), false, true },
{ NT_("resolve"), resolve_cmd, _("Resolve a hostname"),
NT_("client=<client-name> | storage=<storage-name> <host-name>"), false, true },
{ NT_("run"), run_cmd, _("Run a job"),
NT_("job=<job-name> client=<client-name> fileset=<fileset-name> level=<level>\n"
"\tstorage=<storage-name> where=<directory-prefix> when=<universal-time-specification>\n"
Expand Down Expand Up @@ -215,8 +217,6 @@ static struct cmdstruct commands[] = {
NT_(""), true, false },
{ NT_("trace"), trace_cmd, _("Turn on/off trace to file"),
NT_("on | off"), true, true },
{ NT_("resolve"), resolve_cmd, _("Resolve a hostname"),
NT_("client=<client-name> | storage=<storage-name> <host-name>"), false, true },
{ NT_("unmount"), unmount_cmd, _("Unmount storage"),
NT_("storage=<storage-name> [ drive=<num> ]\n"
"\tjobid=<jobid> | job=<job-name> | ujobid=<complete_name>"), false, true },
Expand Down

0 comments on commit 9856b87

Please sign in to comment.