From 65a60b35bba47e4bc2164272bcaed6c948b2dc8c Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Thu, 27 Aug 2020 18:32:45 +0100 Subject: [PATCH] Clarify global versus commend options in the readme This is less misleading than my initial version, and is hopefully clear enough to not need an example. --- readme.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 83fb693..0d2e5f4 100644 --- a/readme.md +++ b/readme.md @@ -167,11 +167,9 @@ If `mob` is unable to find the Qt installation directory, it can be specified in ## Command line Do `mob --help` for global options and the list of available commands. Do `mob --help` for more help about a command. +To use global options with command options, ensure command options are together, with no global options in the middle. + ### Global options -Global options should be specified before the subcommand, e.g. -```powershell -mob --ini another.ini build -``` | Option | Description | | --- | --- |