From 400b16a6090f6566a0db340a35d3942e8c32db39 Mon Sep 17 00:00:00 2001 From: Jiri Kalvoda <jirikalvoda@kam.mff.cuni.cz> Date: Fri, 12 Aug 2022 23:56:45 +0200 Subject: [PATCH] Default config place in help --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index 8c23fcb..72ce47d 100644 --- a/Program.cs +++ b/Program.cs @@ -588,7 +588,7 @@ class Program static int Main(string[] args) { var configOption = new Option<FileInfo> - ("--config", "Path to configuration file."); + ("--config", "Path to configuration file. If not set configuration will be taken from ~/.config/i3/i3csstatus.conf or if there is no file, default config will be taken."); configOption.AddAlias("-c"); var rootCommand = new RootCommand( @"i3csstatus - Alternative generator of i3 status bar written in c# -- GitLab