Skip to content

Commit

Permalink
Improve argument text.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Jul 30, 2018
1 parent e6cd93b commit 4bf20e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernels/TileKernel.cpp
Expand Up @@ -63,7 +63,7 @@ std::string TileKernel::getName() const

void TileKernel::addSwitches(ProgramArgs& args)
{
args.add("input,i", "Input filename", m_inputFile).setPositional();
args.add("input,i", "Input file/path name", m_inputFile).setPositional();
args.add("output,o", "Output filename template",
m_outputFile).setPositional();
args.add("length", "Edge length for cells", m_length, 1000.0);
Expand Down

0 comments on commit 4bf20e3

Please sign in to comment.