From: Martin Quinson Date: Fri, 14 Apr 2017 13:25:07 +0000 (+0200) Subject: cosmetics X-Git-Tag: v3.16~355 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/297cc676934878678d97ee003c00212a80822216 cosmetics --- diff --git a/src/smpi/smpi_main.c b/src/smpi/smpi_main.c index d19415627c..c4d7abaa78 100644 --- a/src/smpi/smpi_main.c +++ b/src/smpi/smpi_main.c @@ -1,5 +1,4 @@ -/* Copyright (c) 2007-2015. The SimGrid Team. - * All rights reserved. */ +/* Copyright (c) 2007-2017. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ @@ -12,7 +11,7 @@ int main(int argc, char **argv) { if (argc < 2) { - fprintf(stderr, "Missing SMPI program to launch\n"); + fprintf(stderr, "Usage: smpi_main \n"); exit(1); } return smpi_main(argv[1], argc - 1, argv + 1);