[chronojump] Minor change
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Minor change
- Date: Thu, 24 Feb 2022 09:44:45 +0000 (UTC)
commit 630de91f3651cca625928099f975b0a84c73ee89
Author: Xavier de Blas <xaviblas gmail com>
Date: Thu Feb 24 10:44:38 2022 +0100
Minor change
src/chronojump.cs | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/chronojump.cs b/src/chronojump.cs
index 7668a275e..9562a7d62 100644
--- a/src/chronojump.cs
+++ b/src/chronojump.cs
@@ -67,7 +67,8 @@ public class ChronoJump
operatingSystem = UtilAll.GetOSEnum();
Util.operatingSystem = operatingSystem;
- //before the starting logs
+ //show version on console and exit before the starting logs
+ //note version, version2 args are available since: 2.2.0-112-ga4eaadcbc
if(args.Length > 0 && (args[0] == "version" || args[0] == "version2"))
{
if(args[0] == "version")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]