File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,16 +48,18 @@ static void Main(string[] args)
4848 v => remove = v != null
4949 } ,
5050 {
51- "u|username=" , "Computer Account being set for Auto Login" ,
51+ "u|username=" , "Computer Account being set for Auto Login.\n " +
52+ "{Required} to Setup autologin" ,
5253 v => username = v
5354 } ,
5455 {
55- "p|password=" , "Password for account being set for Auto Login" ,
56+ "p|password=" , "Password for account being set for Auto Login\n " +
57+ "{Required} to Setup autologin" ,
5658 v => password = v
5759 } ,
5860 {
5961 "d|domain=" , "Domain for account being set for Auto Login.\n " +
60- "Leave Blank for local account " ,
62+ "{Optional} Blank if not in domain add for Domain " ,
6163 v => domain = v
6264 } ,
6365
@@ -94,6 +96,8 @@ static void ShowHelp(OptionSet p)
9496 Console . WriteLine ( "-----------------------------------------------------" ) ;
9597 Console . WriteLine ( " Welcome to the help for this auto Login" ) ;
9698 Console . WriteLine ( " Remember domain can be blank for localhost" ) ;
99+ Console . WriteLine ( " You may only ever set or remove not both " ) ;
100+ Console . WriteLine ( "-----------------------------------------------------" ) ;
97101 Console . WriteLine ( ) ;
98102 Console . WriteLine ( "Options:" ) ;
99103 p . WriteOptionDescriptions ( Console . Out ) ;
You can’t perform that action at this time.
0 commit comments