mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Update Readme and fix help bug in Main
This commit is contained in:
parent
e59ceef6e3
commit
39687f9d87
2 changed files with 5 additions and 1 deletions
|
@ -504,7 +504,7 @@ public class Main {
|
|||
.help("Show package version.")
|
||||
.action(Arguments.version());
|
||||
parser.addArgument("--config")
|
||||
.help("Set the path, where to store the config (Default: $HOME/.config/signal-cli).");
|
||||
.help("Set the path, where to store the config (Default: $HOME/.config/signal).");
|
||||
|
||||
MutuallyExclusiveGroup mut = parser.addMutuallyExclusiveGroup();
|
||||
mut.addArgument("-u", "--username")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue