Skip to content

Commit 9b90b7b

Browse files
Formated --help
1 parent 799fd2e commit 9b90b7b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

SWSH/Program.cs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -187,15 +187,15 @@ public static void __color(string message, ConsoleColor cc) {
187187
Console.ResetColor();
188188
}
189189
public static void help() {
190-
Console.Write("SWSH [command] [arg]\n");
191-
Console.WriteLine("\t--version -v: -Check the version of swsh.");
192-
Console.WriteLine("\t--add [-password]* -a [-password]*: -Add a new connection either using private key or password (-password).");
193-
Console.WriteLine("\t--show [nickname]*: Show nicknames/Details of a nickname.");
194-
Console.WriteLine("\t--connect [nickname] -c [nickname]: -Connects to Server over SSH.");
195-
Console.WriteLine("\t--delete [nickname]: -Deleted connection's nickname.");
196-
Console.WriteLine("\t--help -h: -Displays this help.");
197-
Console.WriteLine("clear: Clears the console.");
198-
Console.WriteLine("exit: Exits.");
190+
Console.Write("swsh [command] [arg]\n");
191+
Console.WriteLine("\t-v --version: -Check the version of swsh.");
192+
Console.WriteLine("\t-a --add [-password]* -Add a new connection either using private key or password (-password).");
193+
Console.WriteLine("\t --show [nickname]* -Show nicknames/Details of a nickname.");
194+
Console.WriteLine("\t-c --connect [nickname] -Connects to Server over SSH.");
195+
Console.WriteLine("\t --delete [nickname] -Deleted connection's nickname.");
196+
Console.WriteLine("\t-h --help: -Displays this help.");
197+
Console.WriteLine("clear\t -Clears the console.");
198+
Console.WriteLine("exit\t -Exits.");
199199
Console.WriteLine("\n\nNOTES:\n[1] cd .. is not supported.\n[2] * = Optional.");
200200
}
201201
public static void __checkexit(string keyword) {

0 commit comments

Comments
 (0)