diff --git a/src/main.d b/src/main.d index 5709a87c..b5d64719 100644 --- a/src/main.d +++ b/src/main.d @@ -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;