fastrpc: hexagonrpcd: document added options in help text

The -R option specifies the root of the files served to the remote
processor (before mapping them to the virtual filesystem). The -d option
specifies the DSP variant, used to select the subdirectory storing the
libraries for the remote processor.
This commit is contained in:
Richard Acayan
2023-07-27 21:00:52 -04:00
parent ac6b6d61d0
commit b6d1f60ae9

View File

@@ -246,7 +246,9 @@ int main(int argc, char* argv[])
default:
printf("Usage: %s [-s] [-f FastRPC node]\n\n", argv[0]);
printf("Qualcomm Hexagon filesystem daemon\n\n"
"\t-d\tDSP libraries subdirectory (default: adsp)\n"
"\t-f\tFastRPC node to attach to\n"
"\t-R\tDirectory of served files (default: /usr/share/qcom/)\n"
"\t-s\tUse INIT_ATTACH_SNS instead of INIT_ATTACH ioctl\n");
return 1;
}