Skip to content

Commit

Permalink
What in the name of...?
Browse files Browse the repository at this point in the history
Salf-explanitory fix.
  • Loading branch information
joshumax committed Dec 4, 2013
1 parent 7ea2bcf commit 8f5f348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lockAccounts/lockAccounts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ run_updater() {

show_usage() {

echo -e "pid2cmd version 0.1.0b, by Seth Johnson and Josh Max (Bitwise).\n"
echo -e "lockAccounts version 0.1.0b, by Seth Johnson and Josh Max (Bitwise).\n"
echo "ABOUT:" $0 "| Uses passwd -l to lock all the user accounts passed as arguments."
echo "USAGE:" $0 "User1 User2 User3... | Lock the given user accounts."

Expand Down Expand Up @@ -81,4 +81,4 @@ init() {

}

init $@
init $@

0 comments on commit 8f5f348

Please sign in to comment.