Skip to content

Commit

Permalink
Bug fixing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyd3L committed May 13, 2017
1 parent 949e3fc commit 1f419bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Available options:
This is important because makes searching for last login easier and it's even more comfortable.
- The file `users.dat` is a simple text file containing usernames in the format
`firstname.lastname serialNumber`, one for each line.
- The `login` and `logout` functions now work with serial numbers as well.
- The `login` and `logout` functions now work with serial numbers and
with nicknames as well.


## ToDo
Expand Down
2 changes: 2 additions & 0 deletions welab
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,14 @@ def help(scriptName, forWhat):
print "usage: " + scriptName + " login <username>"
print HOSTNAME + ": Username format is 'first.last' or 'XXXXXX'"
print " where XXXXXX is your serial number."
print " You can even use an alias if defined."
sys.exit()

elif forWhat == "logout":
print "usage: " + scriptName + " logout <username>"
print HOSTNAME + ": Username format is 'first.last'"
print " where XXXXXX is your serial number."
print " You can even use an alias if defined."
sys.exit()

elif forWhat == "show":
Expand Down

0 comments on commit 1f419bb

Please sign in to comment.