diff --git a/netxml2kml/Program.cs b/netxml2kml/Program.cs index e77c63d..19b9e99 100644 --- a/netxml2kml/Program.cs +++ b/netxml2kml/Program.cs @@ -216,7 +216,8 @@ class Program .GetLayout() .Skip(HelpBuilder.Default.GetLayout().Count()) .Append(_ => Console.WriteLine( - "netxml2kml – .netxml to .kml CLI converter & tools" + + "Descritpion:" + + "\n netxml2kml – .netxml to .kml CLI converter & tools" + "\n" + "\nUsage:" + "\n netxml2kml [options]" + @@ -226,10 +227,12 @@ class Program "\n -o, --output Path to the file to be created" + "\n -c, --concat Concatenate multiple kml files" + "\n -d, --use-database Use database (save/retrieve data)" + - "\n -q, --query <\"sql_query\"> Filter input/output using sql query" + + "\n -q, --query <'sql_query'> Filter input/output using sql query" + "\n -v, --verbose Show verbose output" + "\n -h, --help Show help and usage information" + - "\n --version Show version information"))); + "\n --version Show version information" + + "\n" + + "\nReference https://github.com/cuqmbr/netxml2kml for more information"))); }).Build(); try diff --git a/netxml2kml/netxml2kml.csproj b/netxml2kml/netxml2kml.csproj index 0604253..2e79413 100644 --- a/netxml2kml/netxml2kml.csproj +++ b/netxml2kml/netxml2kml.csproj @@ -10,8 +10,8 @@ netxml to kml CLI converter & tools cuqmbr en-US - 1.0.0 - 1.0.0 + 0.1.0 + 0.1.0 true