Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco van Wieringen committed Feb 17, 2015
1 parent 72a68c2 commit 0fe2716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dird/ua_cmds.c
Expand Up @@ -217,7 +217,7 @@ static struct cmdstruct commands[] = {
"\tpool=<pool-name> recycle=<yes/no> slot=<number>\n"
"\tinchanger=<yes/no>\n"
"\tmaxvolbytes=<size> maxvolfiles=<nb> maxvoljobs=<nb>\n"
"\tenable=<yes/no> recyclepool=<pool-name> actiononpurge=<action>"), true },
"\tenabled=<yes/no> recyclepool=<pool-name> actiononpurge=<action>"), true },
{ NT_("use"), use_cmd, _("Use specific catalog"),
NT_("catalog=<catalog>"), false },
{ NT_("var"), var_cmd, _("Does variable expansion"),
Expand Down

0 comments on commit 0fe2716

Please sign in to comment.