Skip to content

Commit

Permalink
Adjust touch description
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsoro committed Jun 8, 2014
1 parent b1ce903 commit d43a837
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 d43a837

Please sign in to comment.