Index: uspace/app/hrctl/hrctl.c
===================================================================
--- uspace/app/hrctl/hrctl.c	(revision e19233962560a4f7d4b8f8848b45c7a034b09ee9)
+++ uspace/app/hrctl/hrctl.c	(revision 095a9899dd171eafbfd3db014e011dc0b000c057)
@@ -231,6 +231,8 @@
 			return 0;
 		case 's':
-			printf("hrctl: status not implemented yet\n");
-			return 1;
+			rc = hr_print_status();
+			if (rc != EOK)
+				return 1;
+			return 0;
 		case 'a':
 			if (str_size(optarg) > 31) {
