From 8360d6508d3f27ded68d6aafee463f60aa5a2361 Mon Sep 17 00:00:00 2001 From: skilion Date: Sun, 28 May 2017 22:17:21 +0200 Subject: [PATCH] align message --- src/main.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;