1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

Fix typo found by Vance

(This used to be commit 678e68a295f899d0920e5a6ffe3f6ec3705828e2)
This commit is contained in:
Volker Lendecke 2003-06-12 07:32:44 +00:00
parent 0d8307fac3
commit 3117b4b6fc

View File

@ -245,7 +245,7 @@ static void usage(void)
printf("Usage: tdbbackup [options] <fname...>\n\n");
printf(" -h this help message\n");
printf(" -s suffix set the backup suffix\n");
printf(" -v veryify mode (restore if corrupt)\n");
printf(" -v verify mode (restore if corrupt)\n");
}