File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 \n NOTES:\n [1] cd .. is not supported.\n [2] * = Optional." ) ;
200200 }
201201 public static void __checkexit ( string keyword ) {
You can’t perform that action at this time.
0 commit comments