Skip to content

Commit

Permalink
Update help string
Browse files Browse the repository at this point in the history
  • Loading branch information
zer011b committed Sep 5, 2018
1 parent 9b5f76f commit a06fdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Settings/Settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Settings::parseArg (int &index, /**< out: current argument index */

if (strcmp (argv[index], "--help") == 0)
{
printf ("fdtd3d is an open source 1D [NYI], 2D, 3D FDTD electromagnetics solver with MPI, OpenMP [NYI] and CUDA [WIP] support.\n");
printf ("fdtd3d is an open source 1D, 2D, 3D FDTD electromagnetics solver with MPI, OpenMP [NYI] and CUDA [WIP] support.\n");
printf ("Usage: fdtd3d [options]\n\n");
printf ("Options:\n");

Expand Down

0 comments on commit a06fdbf

Please sign in to comment.