mirror of
https://github.com/aljazceru/signal-cli.git
synced 2026-01-02 22:04:18 +01:00
Update Readme and fix help bug in Main
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user