clix/vcard.lua

changeset 168
75e8ca131178
parent 155
65dc066a256a
equal deleted inserted replaced
167:57bb6e03d239 168:75e8ca131178
1 local t_insert, t_concat = table.insert, table.concat; 1 local t_insert, t_concat = table.insert, table.concat;
2 local vcard_to_text = require"util.vcard".to_text; 2 local vcard_to_text = require"verse.util.vcard".to_text;
3 3
4 return function (opts, arg) 4 return function (opts, arg)
5 if opts.short_help then 5 if opts.short_help then
6 print("Fetch someones vCard or set your own"); 6 print("Fetch someones vCard or set your own");
7 return; 7 return;

mercurial