X-Git-Url: http://git.ieval.ro/?p=gruntmaster-data.git;a=blobdiff_plain;f=lib%2FGruntmaster%2FApp%2FCommand%2FSet.pm;fp=lib%2FGruntmaster%2FApp%2FCommand%2FSet.pm;h=406d013cbfb1167a0ae60f4c836885511033c3aa;hp=3ae62b0d507f7b81c6fb01c23365ec8dca00e199;hb=dcf7f640534d6ad6d0273ac5b8bb1e9892fcaa56;hpb=4726af4fc57a855969d6528da69f3e6a75a07e6d diff --git a/lib/Gruntmaster/App/Command/Set.pm b/lib/Gruntmaster/App/Command/Set.pm index 3ae62b0..406d013 100644 --- a/lib/Gruntmaster/App/Command/Set.pm +++ b/lib/Gruntmaster/App/Command/Set.pm @@ -11,7 +11,7 @@ use Gruntmaster::Data; use File::Slurp qw/read_file/; sub opt_spec { - ['file!', 'Use the contents of a file as value'], + ['file!', 'Use the contents of a file as value'] } sub usage_desc { "%c [-cjpu] set id column value [column value ...]\n%c [-cjpu] set --file id column filename [column filename ...]" }