]> xenbits.xensource.com Git - libvirt.git/commitdiff
tiny fix on last patch, Daniel
authorDaniel Veillard <veillard@redhat.com>
Wed, 13 Jun 2007 13:13:59 +0000 (13:13 +0000)
committerDaniel Veillard <veillard@redhat.com>
Wed, 13 Jun 2007 13:13:59 +0000 (13:13 +0000)
src/virsh.c

index fc81ed79868d5dd563f79c2447d71e85ca27b3e2..877ed3cc1b3138cacc75b4d054d6c7ec66700c37 100644 (file)
@@ -2897,7 +2897,7 @@ vshCmddefHelp(vshControl * ctl, const char *cmdname, int withprog)
                 else if (opt->type == VSH_OT_DATA)
                     snprintf(buf, sizeof(buf), "<%s>", opt->name);
 
-                fprintf(stdout, "    %-15s  %s\n", buf, _(opt->help));
+                fprintf(stdout, "    %-15s  %s\n", buf, _N(opt->help));
             }
         }
         fputc('\n', stdout);