From 70b98b7acd6b3301994a57f83647ac6609148e0f Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 29 Feb 2016 16:39:28 +0000 Subject: [PATCH] Update Program.cs --- SparkleShare/Program.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SparkleShare/Program.cs b/SparkleShare/Program.cs index db3431b6..1dfe811c 100644 --- a/SparkleShare/Program.cs +++ b/SparkleShare/Program.cs @@ -46,8 +46,7 @@ namespace SparkleShare { string n = Environment.NewLine; Console.WriteLine (n + - "SparkleShare is a collaboration and sharing tool that is" + n + - "designed to keep things simple and to stay out of your way." + n + + "Share and collaborate by syncing with any Git repository instantly." + n + n + "Version: " + SparkleLib.SparkleBackend.Version + n + "Copyright (C) 2010 Hylke Bons and others" + n +