summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/client/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/client.c b/src/client/client.c
index 06f6e23..fb1110d 100644
--- a/src/client/client.c
+++ b/src/client/client.c
@@ -643,7 +643,7 @@ static void dnbd3_print_help(char *argv_0)
{
printf( "Version: %s\n\n", VERSION_STRING );
printf( "\nUsage: %s\n"
- "\t-h <host> -i <image name> [-r <rid>] -d <device> [-a <KB>] || -c <device>\n\n", argv_0 );
+ "\t-h <host> -i <image name> [-r <rid>] -d <device> [-a <KB>] || -c -d <device>\n\n", argv_0 );
printf( "Start the DNBD3 client.\n" );
//printf("-f or --file \t\t Configuration file (default /etc/dnbd3-client.conf)\n");
printf( "-h or --host \t\t Host running dnbd3-server.\n" );