瀏覽代碼

starpu_machine_display: use the infinitive in the help message.

Cyril Roelandt 13 年之前
父節點
當前提交
e9d7174af3
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tools/starpu_machine_display.c

+ 2 - 2
tools/starpu_machine_display.c

@@ -82,7 +82,7 @@ static void parse_args(int argc, char **argv)
 	    strncmp(argv[1], "-h", 2) == 0)
 	{
 		(void) fprintf(stderr, "\
-%s shows the processing units that StarPU can use, and the \
+Show the processing units that StarPU can use, and the \
 bandwitdh measured between the memory nodes.                  \n\
                                                               \n\
 Usage: %s [OPTION]                                            \n\
@@ -92,7 +92,7 @@ Options:                                                      \n\
 	-v, --version    output version information and exit  \n\
                                                               \n\
 Report bugs to <" PACKAGE_BUGREPORT ">.",
-PROGNAME, PROGNAME);
+PROGNAME);
 	}
 	else if (strncmp(argv[1], "--version", 9) == 0 ||
 		 strncmp(argv[1], "-v", 2) == 0)