Index: uspace/app/hrctl/hrctl.c
===================================================================
--- uspace/app/hrctl/hrctl.c	(revision a0c3080f8d662e94f980dedc844200d3cc0674f5)
+++ uspace/app/hrctl/hrctl.c	(revision 586b39d8d7511fc0d699b0599563a28895d58573)
@@ -254,8 +254,4 @@
 		    long_options, NULL);
 		switch (c) {
-		case 'h':
-			usage();
-			free(cfg);
-			return 0;
 		case 's':
 			free(cfg);
@@ -380,4 +376,9 @@
 			else
 				return 0;
+		case 'h':
+		default:
+			usage();
+			free(cfg);
+			return 0;
 		}
 	}
