diff options
author | LorenDB <computersemiexpert@outlook.com> | 2020-11-09 21:28:41 -0500 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2020-12-24 21:16:46 -0500 |
commit | 53f45bdb1c9ee2b42b88ca4587775756f8daa124 (patch) | |
tree | ab8b89b8016d37dfb4a1e9e0aaae50a9d86b2d6f /README.md | |
parent | Merge pull request #357 from LorenDB/qkchdocs (diff) | |
download | nheko-53f45bdb1c9ee2b42b88ca4587775756f8daa124.tar.xz |
Switch profile code to a more flexible method
This introduces a new version of SingleApplication as well.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 3e4cfa55..f24b8d13 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Specifically there is support for: - Basic communities support. - Room switcher (ctrl-K). - Light, Dark & System themes. -- Creating separate profiles (command line only, use `--profile=name`). +- Creating separate profiles (command line only, use `-p name`). ## Installation |