Skip to content
This repository was archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Sep 16, 2024
1 parent b53ede5 commit af7ac71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sleeptest.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ enum adouble adouble = AD_EA;
void usage( char * av0 )
{
fprintf( stdout, "usage:\t%s [-aLmn] [-h host] [-p port] [-s vol] [-u user] [-w password] -f [call]\n", av0 );
fprintf( stdout,"\t-a\t\volume is adouble:v2 instead of default adouble:ea\n");
fprintf( stdout,"\t-a\tvolume is adouble:v2 instead of default adouble:ea\n");
fprintf( stdout,"\t-L\tserver without working fcntl locking, skip tests using it\n");
fprintf( stdout,"\t-m\tserver is a Mac\n");
fprintf( stdout,"\t-h\tserver host name (default localhost)\n");
Expand Down

0 comments on commit af7ac71

Please sign in to comment.