diff --git a/source/dub/compilers/utils.d b/source/dub/compilers/utils.d
index 218fd87..d97abcf 100644
--- a/source/dub/compilers/utils.d
+++ b/source/dub/compilers/utils.d
@@ -175,7 +175,7 @@
 		{["-debug="], `Use "debugVersions" to specify version constants in a compiler independent way`},
 		{["-I"], `Use "importPaths" to specify import paths in a compiler independent way`},
 		{["-J"], `Use "stringImportPaths" to specify import paths in a compiler independent way`},
-		{["-m32", "-m64", "-m32mscoff"], `Use --arch=x86/--arch=x86_64/--arch=x86_mscoff to specify the target architecture`}
+		{["-m32", "-m64", "-m32mscoff"], `Use --arch=x86/--arch=x86_64/--arch=x86_mscoff to specify the target architecture, e.g. 'dub build --arch=x86_64'`}
 	];
 
 	struct SpecialOption {