align message

This commit is contained in:
skilion 2017-05-28 22:17:21 +02:00
parent 44fc36fd8d
commit 8360d6508d

View file

@ -33,7 +33,7 @@ int main(string[] args)
if (opt.helpWanted) {
defaultGetoptPrinter(
"Usage: onedrive [OPTION]...\n\n" ~
"no option Sync and exit.",
"no option Sync and exit.",
opt.options
);
return EXIT_SUCCESS;