Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit c9389315 authored by frey_m's avatar frey_m
Browse files

fix typo

parent e98703e0
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ SampleCmd::SampleCmd():
itsAttr[SEED] = Attributes::makeReal
("SEED", "Seed for global random number generator (default: 42)", 42);
itsAttr[KEEP] = Attributes::makeStringArray
("KEEP", "List of files to keep for each simulation. (default: all files deleted)");
("KEEP", "List of files to keep for each simulation. (default: all files kept)");
registerOwnership(AttributeHandler::COMMAND);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment