"Pastebincl is a software designed to submit pastes on http://pastebin.com/ using the command-line. To see the full manpage, type \"man pastebincl\" (UNIX-like OS).\n"\
"\n"\
"Arguments:\n"\
" -v, --version \n"\
" => displays the current version and basic informations.\n"\
" -h, -?, --help\n"\
" => displays this text (but, logically, you already knew it).\n"\
" --licence \n"\
" => displays the program licence.\n"\
" --usergen\n"\
" => generates an encrypted user file to allow you to post as a registered pastebin user.\n"\
" -n [name], --name=[name]\n"\
" => sets [name] as the paste name.\n"\
" -s [syntax], --syntax=[syntax]\n"\
" => sets [syntax] as the paste syntax.\n"\
" --syntaxlist\n"\
" => Displays the full list of -s possible arguments.\n"\
" -e [expire_time], --expire=[expire_time]\n"\
" => sets [expire_time] as the paste expiration time.\n"\
" -p, --private\n"\
" => posts the paste as a \"private\" one.\n"\
" -g, --guest\n"\
" => posts the paste without using the account set with --usergen.\n"