mirror of
https://github.com/myvesta/vesta
synced 2025-07-31 12:00:51 -07:00
replaced underscore with dash
This commit is contained in:
parent
d7e394094d
commit
ed47fc3a9e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
/* */
|
||||
/* This program compare user pasword from input with /etc/shadow */
|
||||
/* To compile run: */
|
||||
/* "gcc -lcrypt v_check_user_password.c -o v-check-user-password" */
|
||||
/* "gcc -lcrypt v-check-user-password.c -o v-check-user-password" */
|
||||
/* */
|
||||
/* Thanks to: bogolt, richie and burus */
|
||||
/* */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue