From: Peter Pentchev Date: Fri, 18 Jun 2010 14:58:13 +0000 (+0000) Subject: Display the version and the usage in the proper order :) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa6cdb9b6a541634b513f736607f1706979e50e5;p=people%2Fms%2Fdma.git Display the version and the usage in the proper order :) --- diff --git a/migrate/dma-migrate.c b/migrate/dma-migrate.c index 3f21b8b..ca88618 100644 --- a/migrate/dma-migrate.c +++ b/migrate/dma-migrate.c @@ -101,10 +101,10 @@ main(int argc, char **argv) case '?': usage(1); } - if (hflag) - usage(0); if (Vflag) version(); + if (hflag) + usage(0); if (hflag || Vflag) exit(0);