Update Program.cs

This commit is contained in:
Hylke Bons 2016-02-29 16:39:28 +00:00
parent 497c7db6a2
commit 70b98b7acd

View file

@ -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 +