diff options
author | Petr Mrázek <peterix@gmail.com> | 2019-11-26 19:06:45 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2019-11-26 19:06:45 +0100 |
commit | 43628556ed7e62a23e236e4f89496f65d86e31c7 (patch) | |
tree | b35f58b41ba8091339912ae6a5808291d1402329 /api/logic | |
parent | b5adff14ab97a6f1cde677127663258a776b42ef (diff) | |
download | PrismLauncher-43628556ed7e62a23e236e4f89496f65d86e31c7.tar.gz PrismLauncher-43628556ed7e62a23e236e4f89496f65d86e31c7.tar.bz2 PrismLauncher-43628556ed7e62a23e236e4f89496f65d86e31c7.zip |
NOISSUE fix comment in Commandline.h
Diffstat (limited to 'api/logic')
-rw-r--r-- | api/logic/Commandline.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api/logic/Commandline.h b/api/logic/Commandline.h index 5f6e5510..1adfb79d 100644 --- a/api/logic/Commandline.h +++ b/api/logic/Commandline.h @@ -69,8 +69,8 @@ namespace ArgumentStyle { enum Enum { - Space, /**< --option=value */ - Equals, /**< --option value */ + Space, /**< --option value */ + Equals, /**< --option=value */ SpaceAndEquals, /**< --option[= ]value */ #ifdef Q_OS_WIN32 Default = Equals |