diff --git a/su.c b/su.c index 1144fb252..e9a0bcd7d 100644 --- a/su.c +++ b/su.c @@ -33,6 +33,7 @@ static void usage(int status) { FILE *stream = (status == EXIT_SUCCESS) ? stdout : stderr; fprintf(stream, + "MagiskSU v" xstr(MAGISK_VERSION) "\n\n" "Usage: su [options] [--] [-] [LOGIN] [--] [args...]\n\n" "Options:\n" " -c, --command COMMAND pass COMMAND to the invoked shell\n"