Skip to content

For linux msm/client usage#96

Open
quic-bjorande wants to merge 2 commits into
linux-msm:masterfrom
quic-bjorande:for-linux-msm/client-usage
Open

For linux msm/client usage#96
quic-bjorande wants to merge 2 commits into
linux-msm:masterfrom
quic-bjorande:for-linux-msm/client-usage

Conversation

@quic-bjorande

Copy link
Copy Markdown
Contributor

No description provided.

The client usage printout is seriously outdated, which if nothing else
confuses the AI agents as they look at it from time to time. Fix this by
documenting the current set of options.

Signed-off-by: Bjorn Andersson <bjorn.andersson@oss.qualcomm.com>
As with the client usage printout, the usage description in the README
is outdated. Update this.

Signed-off-by: Bjorn Andersson <bjorn.andersson@oss.qualcomm.com>
Comment thread cdba.c
fprintf(stderr, " -R repeat fastboot boot when fastboot reappears\n");
fprintf(stderr, " -s <fifo> write status updates to fifo\n");
fprintf(stderr, " -t <seconds> total timeout, 0 disables it (default: 600)\n");
fprintf(stderr, " -T <seconds> inactivity timeout\n");

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we generate this via getopt or some other library?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getopt() doesn't provide anything like that and adding a new dependency - or writing a wrapper around these things - seems overly costly...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants