Skip to content

Commit

Permalink
Merge pull request #471 from danielsoro/touch-description-adjuste
Browse files Browse the repository at this point in the history
Adjust touch description
  • Loading branch information
gastaldi committed Jun 8, 2014
2 parents 5bc025d + d43a837 commit 0e36833
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class TouchCommand extends AbstractShellCommand
public UICommandMetadata getMetadata(UIContext context)
{
return Metadata.from(super.getMetadata(context), getClass()).name("touch")
.description("Create a new directory.");
.description("Create a new file or modify file timestamp.");
}

@Override
Expand Down

0 comments on commit 0e36833

Please sign in to comment.